Class AssertingBits
Wraps a Lucene.Net.Util.IBits but with additional asserts
Inheritance
System.Object
AssertingBits
Implements
Lucene.Net.Util.IBits
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingBits : IBits
Constructors
| Improve this Doc View SourceAssertingBits(IBits)
Declaration
public AssertingBits(IBits in)
Parameters
Type | Name | Description |
---|---|---|
Lucene.Net.Util.IBits | in |
Properties
| Improve this Doc View SourceLength
Declaration
public virtual int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceGet(Int32)
Declaration
public virtual bool Get(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
Lucene.Net.Util.IBits