'Declaration Public Function Add( _ ByVal item As IndexEntry _ ) As Integer
public int Add( IndexEntry item )
Parameters
- item
- The item to add.
Return Value
The index of the newly added item in the current collection.
'Declaration Public Function Add( _ ByVal item As IndexEntry _ ) As Integer
public int Add( IndexEntry item )