Endjin.Assembly.ChangeDetection.Infrastructure.SafeFindHandle.FindClose C# (CSharp) Method

FindClose() private method

private FindClose ( IntPtr handle ) : bool
handle System.IntPtr
return bool
        private static extern bool FindClose(IntPtr handle);