PbArray. SetValue(T value, int index) Method
.NET Standard 2.x
Sets a value to the element at the specified position in the one-dimensional PBArray.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public void SetValue(T value, int index);
Parameters
value T
The new value for the specified element.
index System.Int32
A 32-bit integer that represents the position of the Array element to set.
Examples
Coming soon.
Applies to
.NET Standard
2.x