DVTk API
Insert Method (index, value)
DVTkDvtk.ComparatorBaseComparatorCollectionInsert(Int32, BaseComparator)
DVTk API

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

Inserts an BaseComparator element into the BaseComparatorCollection at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	int index,
	BaseComparator value
)
Public Sub Insert ( _
	index As Integer, _
	value As BaseComparator _
)
public:
void Insert(
	int index, 
	BaseComparator^ value
)
Parameters
index (Int32)
The zero-based index at which value should be inserted.
value (BaseComparator)
The BaseComparatorCollection to insert.

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0