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

◆ Contains() [2/2]

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

Definition at line 444 of file XmlSchemaSet.cs.

445 {
446 if (schema == null)
447 {
448 throw new ArgumentNullException("schema");
449 }
451 }
virtual bool ContainsValue(object? value)
readonly SortedList _schemas

References System.Xml.Schema.XmlSchemaSet._schemas, and System.Collections.SortedList.ContainsValue().