PbArray.Add(T value) Method
.NET Standard 2.x
Appends the object to the end of PbArray
Namespace: PowerScript.Bridge Assembly: PowerScript.Bridge.dll Parameters The object to be added to the end of PbArray
Coming soon. .NET Standard 2.xSyntax
public void Add(T value);
value TExamples
Applies to