Show / Hide Table of Contents

    PbArray<T>.Item[int index] Property

    .NET Standard 2.x

    Gets or sets the element at the specified index.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

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

    Property Value

    index

    The index of the element to get or set.

    T

    The element at the specified index.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon