C# Class Monobjc.Foundation.NSUInteger

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

Méthodes publiques

Свойство Type Description
NSNotFound NSUInteger
NSUIntegerMax NSUInteger
value uint

Méthodes publiques

Méthode Description
NSUInteger ( uint value ) : System
ToString ( ) : string

Returns the a string representation of this instance.

Method Details

NSUInteger() public méthode

public NSUInteger ( uint value ) : System
value uint
Résultat System

ToString() public méthode

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

Property Details

NSNotFound public_oe static_oe property

Defines a value that indicates that an item requested couldn't be found or doesn't exist.

Available in Mac OS X v10.0 and later.

public static NSUInteger,Monobjc.Foundation NSNotFound
Résultat NSUInteger

NSUIntegerMax public_oe static_oe property

The maximum value for an NSUInteger.

Available in Mac OS X v10.5 and later.

public static NSUInteger,Monobjc.Foundation NSUIntegerMax
Résultat NSUInteger

value public_oe property

The wrapped value.
public uint value
Résultat uint