DVTk API
Add Method (value)
DVTkDvtkData.CollectionsStringCollectionAdd(String)
DVTk API

[This is preliminary documentation and is subject to change.]

Adds an item to the IList.
Declaration Syntax
C#Visual BasicVisual C++
public int Add(
	string value
)
Public Function Add ( _
	value As String _
) As Integer
public:
int Add(
	String^ value
)
Parameters
value (String)
The item to add to the IList.
Return Value
The position into which the new element was inserted.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0