Show / Hide Table of Contents

    Class StringCharSequenceWrapper

    An adapter for System.String that implements ICharSequence

    Inheritance
    System.Object
    StringCharSequenceWrapper
    Implements
    ICharSequence
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class StringCharSequenceWrapper : ICharSequence

    Constructors

    | Improve this Doc View Source

    StringCharSequenceWrapper(String)

    Declaration
    public StringCharSequenceWrapper(string wrappedValue)
    Parameters
    Type Name Description
    System.String wrappedValue

    Fields

    | Improve this Doc View Source

    Empty

    Declaration
    public static readonly StringCharSequenceWrapper Empty
    Field Value
    Type Description
    StringCharSequenceWrapper

    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
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | 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
    Overrides
    System.Object.ToString()

    Implements

    ICharSequence

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)