C# Class Monobjc.Foundation.NSRange64

Mostra file Open project: Monobjc/monobjc

Public Properties

Property Type Description
length ulong
location ulong

Public Methods

Method Description
NSRange64 ( NSUInteger location, NSUInteger length ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.Foundation.NSRange64 struct.

Method Details

NSRange64() public method

Initializes a new instance of the Monobjc.Foundation.NSRange64 struct.
public NSRange64 ( NSUInteger location, NSUInteger length ) : System.Runtime.InteropServices
location NSUInteger The location.
length NSUInteger The length.
return System.Runtime.InteropServices

Property Details

length public_oe property

The number of items in the range (can be 0).
public ulong length
return ulong

location public_oe property

The start index (0 is the first, as in C arrays).
public ulong location
return ulong