Show / Hide Table of Contents

    Class ArrayString<T>

    Represents the array string.

    Inheritance
    Object
    Segment<T>
    ArrayString<T>
    Implements
    IList<T>
    Inherited Members
    Segment<T>.Base
    Segment<T>.Offset
    Segment<T>.Length
    Segment<T>.GetHashCode()
    Segment<T>.Equals(Segment<T>)
    Segment<T>.Equals(Object)
    Segment<T>.Item[Int32]
    Segment<T>.Count
    Segment<T>.IsReadOnly
    Segment<T>.IndexOf(T)
    Segment<T>.Insert(Int32, T)
    Segment<T>.RemoveAt(Int32)
    Segment<T>.Add(T)
    Segment<T>.Clear()
    Segment<T>.Contains(T)
    Segment<T>.CopyTo(T[], Int32)
    Segment<T>.Remove(T)
    Segment<T>.GetEnumerator()
    Namespace: Platform.Collections.Arrays
    Assembly: Platform.Collections.dll
    Syntax
    public class ArrayString<T> : Segment<T>, IList<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    ArrayString(T[])

    Initializes a new instance.

    Declaration
    public ArrayString(T[] array)
    Parameters
    Type Name Description
    T[] array

    A array.

    | Improve this Doc View Source

    ArrayString(T[], Int32)

    Initializes a new instance.

    Declaration
    public ArrayString(T[] array, int length)
    Parameters
    Type Name Description
    T[] array

    A array.

    Int32 length

    A length.

    | Improve this Doc View Source

    ArrayString(Int32)

    Initializes a new instance.

    Declaration
    public ArrayString(int length)
    Parameters
    Type Name Description
    Int32 length

    A length.

    Implements

    IList<>

    See Also

    Segment<T>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX