Show / Hide Table of Contents

    PbArray. GetEnumerator() Method

    .NET Standard 2.x

    Returns an enumerator that iterates through PbArray.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public IEnumerator<T> GetEnumerator();
    

    Returns

    System.Collections.Generic.IEnumerator

    An enumerator that iterates through PbArray.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon