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