Class ArrayString<T>
Represents the array string.
Implements
IList<T>
Inherited Members
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 SourceArrayString(T[])
Initializes a new
Declaration
public ArrayString(T[] array)
Parameters
Type | Name | Description |
---|---|---|
T[] | array | A array.
|
ArrayString(T[], Int32)
Initializes a new
Declaration
public ArrayString(T[] array, int length)
Parameters
Type | Name | Description |
---|---|---|
T[] | array | A array.
|
Int32 | length | A length.
|
ArrayString(Int32)
Initializes a new
Declaration
public ArrayString(int length)
Parameters
Type | Name | Description |
---|---|---|
Int32 | length | A length.
|
Implements
IList<>
See Also
Segment<T>