Struct ArrayHolder<T>
A struct purely created to allow for serialization of multi-dimensional arrays.
Namespace: GDX.Collections
Syntax
[Serializable]
public struct ArrayHolder<T>
Type Parameters
Name | Description |
---|---|
T |
Fields
| Improve this Doc View SourceTArray
Declaration
public T[] TArray
Field Value
Type | Description |
---|---|
T[] |
Properties
| Improve this Doc View SourceItem[Int32]
Declaration
public readonly ref T this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
T |