MonobjcMonobjc Documented Class Library
NSInteger Constructor (value)
NamespacesMonobjc.FoundationNSIntegerNSInteger(Int32)
Initializes a new instance of the NSInteger class
Declaration Syntax
C#Visual BasicVisual C++
public NSInteger(
	int value
)
Public Sub New ( _
	value As Integer _
)
public:
NSInteger(
	int value
)
Parameters
value (Int32)

[Missing <param name="value"/> documentation for "M:Monobjc.Foundation.NSInteger.#ctor(System.Int32)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)