C# 클래스 PackmanVsix.Models.PackageSearchUtil.Range

파일 보기 프로젝트 열기: madskristensen/Packman

공개 프로퍼티들

프로퍼티 타입 설명
Length int
SourceString string
Start int

공개 메소드들

메소드 설명
Range ( int start, int length, string sourceString ) : System
ToString ( ) : string
TryUnion ( Range other, Range &composite ) : bool

메소드 상세

Range() 공개 메소드

public Range ( int start, int length, string sourceString ) : System
start int
length int
sourceString string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryUnion() 공개 메소드

public TryUnion ( Range other, Range &composite ) : bool
other Range
composite Range
리턴 bool

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

SourceString 공개적으로 프로퍼티

public string SourceString
리턴 string

Start 공개적으로 프로퍼티

public int Start
리턴 int