Search Results for

    Show / Hide Table of Contents

    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 Source

    TArray

    Declaration
    public T[] TArray
    Field Value
    Type Description
    T[]

    Properties

    | Improve this Doc View Source

    Item[Int32]

    Declaration
    public readonly ref T this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.