PrintDocument for WinForms
Add メソッド (FastList)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Util 名前空間 > FastList クラス : Add メソッド
The object to add (if the current list already contains this object, an exception is thrown).
Adds an object implementing the System.IComparable interface to the current list.
シンタックス
'宣言
 
Protected Function Add( _
   ByVal obj As System.IComparable _
) As System.Integer
'使用法
 
Dim instance As FastList
Dim obj As System.IComparable
Dim value As System.Integer
 
value = instance.Add(obj)
protected System.int Add( 
   System.IComparable obj
)

パラメータ

obj
The object to add (if the current list already contains this object, an exception is thrown).

戻り値の型

The index of the added object in the current list.
参照

FastList クラス
FastList メンバ