Add the given schemas into the schema collection. If the given schema references other namespaces, the schemas for those other namespaces are NOT automatically loaded
[Visual Basic] Overloads Public Sub Add( _ ByVal namespaceURI As String, _ ByVal reader As XmlReader _ ) [C#] public void Add( string namespaceURI, XmlReader reader ); [C++] public: void Add( String* namespaceURI, XmlReader* reader ); [JScript] public function Add( namespaceURI : String, reader : XmlReader );
XmlSchemaCollection Class | XmlSchemaCollection Members | System.Data.XML Namespace | XmlSchemaCollection.Add Overload List