[To be supplied.]
[Visual Basic] Overrides Protected Sub OnInsert( _ ByVal index As Integer, _ ByVal value As Object _ ) [C#] protected override void OnInsert( int index, object value ); [C++] protected: override void OnInsert( int index, Object* value ); [JScript] protected override function OnInsert( index : int, value : Object );
ServiceDescriptions Class | ServiceDescriptions Members | System.Web.Services.Description Namespace