'宣言 Public Function Add( _ ByVal di As DictionaryItem _ ) As System.Integer
'使用法 Dim instance As Dictionary Dim di As DictionaryItem Dim value As System.Integer value = instance.Add(di)
public System.int Add( DictionaryItem di )
パラメータ
- di
- The DictionaryItem to add.
戻り値の型
The index of the newly added item in the current dictionary.