C# 클래스 Monobjc.Foundation.NSInteger

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

공개 프로퍼티들

프로퍼티 타입 설명
NSIntegerMax NSInteger
NSIntegerMin NSInteger
value int

공개 메소드들

메소드 설명
NSInteger ( int value ) : System
ToString ( ) : string

Returns the a string representation of this instance.

메소드 상세

NSInteger() 공개 메소드

public NSInteger ( int value ) : System
value int
리턴 System

ToString() 공개 메소드

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

프로퍼티 상세

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

The maximum value for an NSInteger.

Available in Mac OS X v10.5 and later.

public static NSInteger,Monobjc.Foundation NSIntegerMax
리턴 NSInteger

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

The minimum value for an NSInteger.

Available in Mac OS X v10.5 and later.

public static NSInteger,Monobjc.Foundation NSIntegerMin
리턴 NSInteger

value 공개적으로 프로퍼티

The wrapped value.
public int value
리턴 int