PbArray<T>.PbArray(int length) Constructor
.NET Standard 2.x
Initializes an instance of PbArray<T> 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