DVTk API
Add Method (value)
DVTkDvtk.ComparatorBaseComparatorCollectionAdd(BaseComparator)
DVTk API

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

Adds an object to the end of the BaseComparatorCollection.
Declaration Syntax
C#Visual BasicVisual C++
public int Add(
	BaseComparator value
)
Public Function Add ( _
	value As BaseComparator _
) As Integer
public:
int Add(
	BaseComparator^ value
)
Parameters
value (BaseComparator)
The BaseComparator to be added to the end of the BaseComparatorCollection.
Return Value
The BaseComparatorCollection index at which the value has been added.

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0