Files
linux-packaging-mono/mcs/class/System.Private.CoreLib/System.Runtime.InteropServices/CriticalHandle.cs

9 lines
118 B
C#
Raw Normal View History

namespace System.Runtime.InteropServices
{
partial class CriticalHandle
{
void ReleaseHandleFailed ()
{
}
}
}