'使用法 Dim instance As C1KeyedList(Of TKey,TItem) Dim item As TItem Dim value As System.Integer value = instance.Add(item)
パラメータ
- item
- The page item to add.
戻り値の型
The zero-based index of the added element.
'使用法 Dim instance As C1KeyedList(Of TKey,TItem) Dim item As TItem Dim value As System.Integer value = instance.Add(item)