Document Library for WinForms
Add メソッド (C1SortedList<TKey,TValue>)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1SortedList<TKey,TValue> クラス : Add メソッド
Adds value to the list, returns index of the added value, throws exception if value with specified key already exists.
シンタックス
'宣言
 
Public Function Add( _
   ByVal key As TKey, _
   ByVal value As TValue _
) As System.Integer
public System.int Add( 
   TKey key,
   TValue value
)

パラメータ

key
value
参照

C1SortedList<TKey,TValue> クラス
C1SortedList<TKey,TValue> メンバ