Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Lucene
Net
Index
AssertingAtomicReader.AssertingBits
C# 클래스 Lucene.Net.Index.AssertingAtomicReader.AssertingBits
Wraps a Bits but with additional asserts
상속:
Bits
파일 보기
프로젝트 열기: paulirwin/lucene.net
공개 메소드들
메소드
설명
AssertingBits
(
Bits
@in
) :
System.Collections.Generic
Get
(
int
index
) :
bool
Length
( ) :
int
메소드 상세
AssertingBits()
공개
메소드
public
AssertingBits
(
Bits
@in
) :
System.Collections.Generic
@in
Bits
리턴
System.Collections.Generic
Get()
공개
메소드
public
Get
(
int
index
) :
bool
index
int
리턴
bool
Length()
공개
메소드
public
Length
( ) :
int
리턴
int