C# Class Monobjc.Foundation.NSInteger

Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Свойство Type Description
NSIntegerMax NSInteger
NSIntegerMin NSInteger
value int

Méthodes publiques

Méthode Description
NSInteger ( int value ) : System
ToString ( ) : string

Returns the a string representation of this instance.

Method Details

NSInteger() public méthode

public NSInteger ( int value ) : System
value int
Résultat System

ToString() public méthode

Returns the a string representation of this instance.
public ToString ( ) : string
Résultat string

Property Details

NSIntegerMax public_oe static_oe property

The maximum value for an NSInteger.

Available in Mac OS X v10.5 and later.

public static NSInteger,Monobjc.Foundation NSIntegerMax
Résultat NSInteger

NSIntegerMin public_oe static_oe property

The minimum value for an NSInteger.

Available in Mac OS X v10.5 and later.

public static NSInteger,Monobjc.Foundation NSIntegerMin
Résultat NSInteger

value public_oe property

The wrapped value.
public int value
Résultat int