C# Класс Monobjc.Foundation.NSRange64

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
length ulong
location ulong

Открытые методы

Метод Описание
NSRange64 ( NSUInteger location, NSUInteger length ) : System.Runtime.InteropServices

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

Описание методов

NSRange64() публичный Метод

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.
Результат System.Runtime.InteropServices

Описание свойств

length публичное свойство

The number of items in the range (can be 0).
public ulong length
Результат ulong

location публичное свойство

The start index (0 is the first, as in C arrays).
public ulong location
Результат ulong