[To be supplied.]
[Visual Basic] Overridable Protected Sub OnInsert( _ ByVal index As Integer, _ ByVal value As Object _ ) [C#] protected virtual void OnInsert( int index, object value ); [C++] protected: virtual void OnInsert( int index, Object* value ); [JScript] protected function OnInsert( index : int, value : Object );
TypedCollectionBase Class | TypedCollectionBase Members | System.Collections.Bases Namespace