9 lines
118 B
C#
9 lines
118 B
C#
|
namespace System.Runtime.InteropServices
|
||
|
{
|
||
|
partial class CriticalHandle
|
||
|
{
|
||
|
void ReleaseHandleFailed ()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|