Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Contains() [2/2]

bool System.Xml.Schema.XmlSchemaCollection.Contains ( XmlSchema schema)
inline

Definition at line 176 of file XmlSchemaCollection.cs.

177 {
178 if (schema == null)
179 {
180 throw new ArgumentNullException("schema");
181 }
182 return this[schema.TargetNamespace] != null;
183 }

References System.Xml.Dictionary.