PrintDocument for WinForms
Add メソッド (Dictionary)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Dictionary クラス : Add メソッド
The DictionaryItem to add.
Adds an item to the current dictionary.
シンタックス
'宣言
 
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.
参照

Dictionary クラス
Dictionary メンバ