Show / Hide Table of Contents

    Class AssertingBits

    Wraps a but with additional asserts

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