DVTk API
Insert Method (index, value)
DVTkDvtk.Comparator.BasesLookupEntryCollectionInsert(Int32, LookupEntry)
DVTk API

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

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

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0