C# 클래스 Lucene.Net.Facet.Range.LongRangeCounter.InclusiveRange

파일 보기 프로젝트 열기: apache/lucenenet

공개 프로퍼티들

프로퍼티 타입 설명
end long
start long

공개 메소드들

메소드 설명
InclusiveRange ( long start, long end ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

InclusiveRange() 공개 메소드

public InclusiveRange ( long start, long end ) : System.Collections.Generic
start long
end long
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

end 공개적으로 프로퍼티

public long end
리턴 long

start 공개적으로 프로퍼티

public long start
리턴 long