C# Class Monobjc.Foundation.NSUInteger

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
NSNotFound NSUInteger
NSUIntegerMax NSUInteger
value uint

Public Methods

Method Description
NSUInteger ( uint value ) : System
ToString ( ) : string

Returns the a string representation of this instance.

Method Details

NSUInteger() public method

public NSUInteger ( uint value ) : System
value uint
return System

ToString() public method

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

Property Details

NSNotFound public static 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
return NSUInteger

NSUIntegerMax public static property

The maximum value for an NSUInteger.

Available in Mac OS X v10.5 and later.

public static NSUInteger,Monobjc.Foundation NSUIntegerMax
return NSUInteger

value public property

The wrapped value.
public uint value
return uint