public void Insert( int index, KeyValuePair<TKey, TValue> item )
Public Sub Insert ( index As Integer, item As KeyValuePair(Of TKey, TValue) )
public: virtual void Insert( int index, KeyValuePair<TKey, TValue> item ) sealed
abstract Insert : index : int * item : KeyValuePair<'TKey, 'TValue> -> unit override Insert : index : int * item : KeyValuePair<'TKey, 'TValue> -> unit
function Insert(index, item);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.