C# Class Monobjc.Foundation.NSRange64

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Свойство Type Description
length ulong
location ulong

Méthodes publiques

Méthode Description
NSRange64 ( NSUInteger location, NSUInteger length ) : System.Runtime.InteropServices

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

Method Details

NSRange64() public méthode

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.
Résultat System.Runtime.InteropServices

Property Details

length public_oe property

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

location public_oe property

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