DVTk API
Add Method (value)
DVTkDvtkData.CollectionsNullSafeCollectionBaseAdd(Object)
DVTk API

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

Adds an item to the IList.
Declaration Syntax
C#Visual BasicVisual C++
protected int Add(
	Object value
)
Protected Function Add ( _
	value As Object _
) As Integer
protected:
int Add(
	Object^ value
)
Parameters
value (Object)
The item to add to the IList.
Return Value
The position into which the new element was inserted.
Remarks
Method access is protected. Only to be accessed by subclass.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0