Cosmos/source2/Users/Orvid/Cosmos.Plugs/System.IdentityModel/System/IdentityModel/SafeCloseHandleImpl.cs

12 lines
457 B
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.IdentityModel.SafeCloseHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class System_IdentityModel_SafeCloseHandleImpl
{
public static System.Boolean CloseHandle(System.IntPtr handle)
{
throw new System.NotImplementedException("Method 'System.IdentityModel.SafeCloseHandle.CloseHandle' has not been implemented!");
}
}
}