C# Класс Lucene.Net.Index.AssertingAtomicReader.AssertingBits

Wraps a Bits but with additional asserts
Наследование: Bits
Показать файл Открыть проект

Открытые методы

Метод Описание
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