DataCollection
Add メソッド (C1DataCollectionBindingList)

C1.DataCollection.BindingList アセンブリ > C1.DataCollection.BindingList 名前空間 > C1DataCollectionBindingList クラス : Add メソッド
The object to add to the System.Collections.IList.
Adds an item to the System.Collections.IList.
シンタックス
'宣言
 
Public Function Add( _
   ByVal value As System.Object _
) As System.Integer
public System.int Add( 
   System.object value
)

パラメータ

value
The object to add to the System.Collections.IList.

戻り値の型

The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.
参照

C1DataCollectionBindingList クラス
C1DataCollectionBindingList メンバ