'宣言 Public Function Add( _ ByVal di As DictionaryItem _ ) As System.Integer
public System.int Add( DictionaryItem di )
パラメータ
- di
- 追加する辞書項目。
戻り値の型
辞書に追加された項目のインデックスを返します。
'宣言 Public Function Add( _ ByVal di As DictionaryItem _ ) As System.Integer
public System.int Add( DictionaryItem di )