C# 클래스 Monobjc.Foundation.NSRange64

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
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