Show / Hide Table of Contents

Delegate GetInt

This delegate represents any method that takes no arguments and returns an int. I would have used Func but that requires .NET 4

Namespace: OpenTK.Platform.MacOS
Assembly: OpenTK.dll
Syntax
public delegate int GetInt();
Returns
Type Description
Int32

The int value that your method returns

In This Article
Back to top Generated by DocFX