DVTk API
Add Method (value)
DVTkDvtk.Comparator.BasesLookupEntryCollectionAdd(LookupEntry)
DVTk API

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

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

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0