Show / Hide Table of Contents

    PbArray<T>.Item[int index1, int index2] Property

    .NET Standard 2.x

    Gets or sets the element at the specified two-dimensional array.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public T this[int index1, int index2]{get => this.GetValue(index1, index2); set => this.SetValue(value, index1, index2);}
    

    Property Value

    index1

    The index of the first dimension of PbArray element.

    index2

    The index of the second dimension of PbArray element.

    T

    The element at the specified index.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon