PbArray. GetValue(int index) Method
.NET Standard 2.x
Gets the value at the specified position in the one-dimensional PBArray.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public T GetValue(int index);
Parameters
index System.Int32
A 32-bit integer that represents the position of the PBArray element to get.
Returns
T
The value at the specified position in the one-dimensional PBArray.
Examples
Coming soon.
Applies to
.NET Standard
2.x