G
Guest
hi, im trying to figure out how to convert this
[SecurityPermission(SecurityAction.LinkDemand, UnmanagedCode = true)]
private SafeFindHandle() : base(true) { }
to VB....the : base(true) { } is messing it up.....any help would be great
[SecurityPermission(SecurityAction.LinkDemand, UnmanagedCode = true)]
private SafeFindHandle() : base(true) { }
to VB....the : base(true) { } is messing it up.....any help would be great