9 lines
118 B
C#
Raw Normal View History

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