[To be supplied.]
[Visual Basic] Overrides Protected Sub OnSet( _ ByVal index As Integer, _ ByVal oldValue As Object, _ ByVal newValue As Object _ ) [C#] protected override void OnSet( int index, object oldValue, object newValue ); [C++] protected: override void OnSet( int index, Object* oldValue, Object* newValue ); [JScript] protected override function OnSet( index : int, oldValue : Object, newValue : Object );
XmlSchemaTopItems Class | XmlSchemaTopItems Members | System.Xml.Serialization.Schema Namespace