言語

PatternDictionary<TKey,TValue>.Insert(Int32, TValue) メソッド

定義

public void Insert(int index, TValue item);
abstract member Insert : int * 'Value -> unit
override this.Insert : int * 'Value -> unit
Public Sub Insert (index As Integer, item As TValue)

パラメーター

index
Int32
item
TValue

実装

適用対象