C# 클래스 System.Range

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

공개 메소드들

메소드 설명
Equals ( object? value ) : bool

Indicates whether the current Range object is equal to another object of the same type.

Range ( Index start, Index end ) : System.Diagnostics

Construct a Range object using the start and end indexes.

메소드 상세

Equals() 공개 메소드

Indicates whether the current Range object is equal to another object of the same type.
public Equals ( object? value ) : bool
value object? An object to compare with this object
리턴 bool

Range() 공개 메소드

Construct a Range object using the start and end indexes.
public Range ( Index start, Index end ) : System.Diagnostics
start Index Represent the inclusive start index of the range.
end Index Represent the exclusive end index of the range.
리턴 System.Diagnostics