C# 클래스 Praeclarum.StringRange

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

공개 프로퍼티들

프로퍼티 타입 설명
Length int
Location int

공개 메소드들

메소드 설명
Contains ( StringRange other ) : bool
EndsWith ( string right, string source ) : bool
Equals ( object obj ) : bool
FitIn ( int length ) : StringRange
GetHashCode ( ) : int
Intersects ( StringRange other ) : bool
Offset ( int offset ) : StringRange
StringRange ( int location, int length ) : System
Substring ( string source ) : string
ToString ( ) : string
WithLength ( int length ) : StringRange
operator ( ) : bool

메소드 상세

Contains() 공개 메소드

public Contains ( StringRange other ) : bool
other StringRange
리턴 bool

EndsWith() 공개 메소드

public EndsWith ( string right, string source ) : bool
right string
source string
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FitIn() 공개 메소드

public FitIn ( int length ) : StringRange
length int
리턴 StringRange

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Intersects() 공개 메소드

public Intersects ( StringRange other ) : bool
other StringRange
리턴 bool

Offset() 공개 메소드

public Offset ( int offset ) : StringRange
offset int
리턴 StringRange

StringRange() 공개 메소드

public StringRange ( int location, int length ) : System
location int
length int
리턴 System

Substring() 공개 메소드

public Substring ( string source ) : string
source string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WithLength() 공개 메소드

public WithLength ( int length ) : StringRange
length int
리턴 StringRange

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

Location 공개적으로 프로퍼티

public int Location
리턴 int