FlexReport for WinForms
RemoveAt メソッド (OrderedDictionary<TKey,TValue>)


C1.Report.4.6.2 アセンブリ > C1.Report.Util 名前空間 > OrderedDictionary<TKey,TValue> クラス : RemoveAt メソッド
The zero-based index of the entry to remove.
Removes the entry at the specified index from the OrderedDictionary<TKey,TValue> collection.
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'使用法
 
Dim instance As OrderedDictionary(Of TKey,TValue)
Dim index As System.Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   System.int index
)

パラメータ

index
The zero-based index of the entry to remove.
例外
例外解説
index is less than 0.
-or-
Index is equal to or greater than OrderedDictionary<TKey,TValue>.Count.
参照

参照

OrderedDictionary<TKey,TValue> クラス
OrderedDictionary<TKey,TValue> メンバ