C# 클래스 Monobjc.Foundation.NSUInteger

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NSNotFound NSUInteger
NSUIntegerMax NSUInteger
value uint

공개 메소드들

메소드 설명
NSUInteger ( uint value ) : System
ToString ( ) : string

Returns the a string representation of this instance.

메소드 상세

NSUInteger() 공개 메소드

public NSUInteger ( uint value ) : System
value uint
리턴 System

ToString() 공개 메소드

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

프로퍼티 상세

NSNotFound 공개적으로 정적으로 프로퍼티

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
리턴 NSUInteger

NSUIntegerMax 공개적으로 정적으로 프로퍼티

The maximum value for an NSUInteger.

Available in Mac OS X v10.5 and later.

public static NSUInteger,Monobjc.Foundation NSUIntegerMax
리턴 NSUInteger

value 공개적으로 프로퍼티

The wrapped value.
public uint value
리턴 uint