C# 클래스 Cocoa.Range

파일 보기 프로젝트 열기: mono/cocoa-sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
length uint
location uint

공개 메소드들

메소드 설명
Range ( uint location, uint length ) : System

메소드 상세

Range() 공개 메소드

public Range ( uint location, uint length ) : System
location uint
length uint
리턴 System

프로퍼티 상세

length 공개적으로 프로퍼티

public uint length
리턴 uint

location 공개적으로 프로퍼티

public uint location
리턴 uint