C# Class Monobjc.Foundation.NSInteger

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
NSIntegerMax NSInteger
NSIntegerMin NSInteger
value int

Public Methods

Method Description
NSInteger ( int value ) : System
ToString ( ) : string

Returns the a string representation of this instance.

Method Details

NSInteger() public method

public NSInteger ( int value ) : System
value int
return System

ToString() public method

Returns the a string representation of this instance.
public ToString ( ) : string
return string

Property Details

NSIntegerMax public static property

The maximum value for an NSInteger.

Available in Mac OS X v10.5 and later.

public static NSInteger,Monobjc.Foundation NSIntegerMax
return NSInteger

NSIntegerMin public static property

The minimum value for an NSInteger.

Available in Mac OS X v10.5 and later.

public static NSInteger,Monobjc.Foundation NSIntegerMin
return NSInteger

value public property

The wrapped value.
public int value
return int