PbArray.Item[int index1, int index2] Property
.NET Standard 2.x
Gets or sets the element at the specified two-dimensional array.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public T this[int index1, int index2] { get; set; }
Property Value
index1
The index of the first dimension of PBArray element.
index2
The index of the second dimension of PBArray element.
T
The element at the specified index.
Examples
Coming soon.
Applies to
.NET Standard
2.x