Show / Hide Table of Contents

    PbArray.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; set; }
    

    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