'宣言 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.