'宣言 Public Function Add( _ ByVal item As IndexEntry _ ) As System.Integer
public System.int Add( IndexEntry item )
パラメータ
- item
- 追加する項目。
戻り値の型
現在のコレクションに新しく追加された項目のインデックス。
'宣言 Public Function Add( _ ByVal item As IndexEntry _ ) As System.Integer
public System.int Add( IndexEntry item )