Show / Hide Table of Contents

    PbArray.PbArray(int length) Constructor

    .NET Standard 2.x

    Initializes an instance of PbArray class. The size of the one-dimensional array is specified.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public PbArray(int length);
    

    Parameters

    length System.Int32

    The length of the array.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon