[To be supplied.]
[Visual Basic] Public Sub Add( _ ByVal type As Type, _ ByVal member As String, _ ByVal attributes As XmlAttributes _ ) [C#] public void Add( Type type, string member, XmlAttributes attributes ); [C++] public: void Add( Type* type, String* member, XmlAttributes* attributes ); [JScript] public function Add( type : Type, member : String, attributes : XmlAttributes );
XmlAttributeOverrides Class | XmlAttributeOverrides Members | System.Xml.Serialization Namespace