Show / Hide Table of Contents

    Class StringBuilderCharSequenceWrapper

    An adapter for that implements ICharSequence

    Inheritance
    System.Object
    StringBuilderCharSequenceWrapper
    Implements
    ICharSequence
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class StringBuilderCharSequenceWrapper : object, ICharSequence

    Constructors

    | Improve this Doc View Source

    StringBuilderCharSequenceWrapper(StringBuilder)

    Declaration
    public StringBuilderCharSequenceWrapper(StringBuilder wrappedValue)
    Parameters
    Type Name Description
    StringBuilder wrappedValue

    Properties

    | Improve this Doc View Source

    Item[Int32]

    Declaration
    public char this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    System.Char
    | Improve this Doc View Source

    Length

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

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    SubSequence(Int32, Int32)

    Declaration
    public ICharSequence SubSequence(int start, int end)
    Parameters
    Type Name Description
    System.Int32 start
    System.Int32 end
    Returns
    Type Description
    ICharSequence
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Implements

    ICharSequence
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)