Class Bits.MatchAllBits
Bits impl of the specified length with all bits set.
Inheritance
System.Object
    Bits.MatchAllBits
  Implements
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.Util
Assembly: Lucene.Net.dll
Syntax
public class MatchAllBits : IBitsConstructors
| Improve this Doc View SourceMatchAllBits(Int32)
Declaration
public MatchAllBits(int len)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | len | 
Properties
| Improve this Doc View SourceLength
Declaration
public int Length { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Methods
| Improve this Doc View SourceGet(Int32)
Declaration
public bool Get(int index)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |