Namespace OpenTK.Platform.MacOS
Classes
NSAutoreleasePool
The NSAutoreleasePool class is a wrapper around the native objective-C NSAutoreleasePool. In particular, this construct mimics the usage of an @autorelease block and can be used in much the same way, only with a C# using block instead.
Delegates
GetInt
This delegate represents any method that takes no arguments and returns an int. I would have used Func but that requires .NET 4