Monobjc.AppKit.NSApplication.NSApplicationSheetDispatcher.SheetDidEndReturnCodeContextInfo C# (CSharp) Метод

SheetDidEndReturnCodeContextInfo() приватный Метод

private SheetDidEndReturnCodeContextInfo ( NSWindow sheet, NSInteger returnCode, IntPtr contextInfo ) : void
sheet NSWindow
returnCode Monobjc.Foundation.NSInteger
contextInfo System.IntPtr
Результат void
            public void SheetDidEndReturnCodeContextInfo(NSWindow sheet, NSInteger returnCode, IntPtr contextInfo)
            {
                this.modalDelegate(sheet, returnCode, contextInfo);
                this.Autorelease();
            }
        }