• API

    Show / Hide Table of Contents

    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 Source

    AssertingBits(IBits)

    Declaration
    public AssertingBits(IBits in)
    Parameters
    Type Name Description
    Lucene.Net.Util.IBits in

    Properties

    | Improve this Doc View Source

    Length

    Declaration
    public virtual int Length { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Get(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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)