'宣言 Public Function Add( _ ByVal item As IndexEntry _ ) As System.Integer
'使用法 Dim instance As IndexEntryCollection Dim item As IndexEntry Dim value As System.Integer value = instance.Add(item)
public System.int Add( IndexEntry item )
パラメータ
- item
- The item to add.
戻り値の型
The index of the newly added item in the current collection.