Click or drag to resize

ClassArrayStringAdd Method

Adds a string to the list.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void Add(
	string s
)

Parameters

s
Type: SystemString
A string to add.
See Also