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

◆ GetTypeDecl()

SchemaElementDecl System.Xml.Schema.SchemaInfo.GetTypeDecl ( XmlQualifiedName qname)
inlinepackage

Definition at line 147 of file SchemaInfo.cs.

148 {
150 {
151 return value;
152 }
153 return null;
154 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
readonly Dictionary< XmlQualifiedName, SchemaElementDecl > _elementDeclsByType
Definition SchemaInfo.cs:31

References System.Xml.Schema.SchemaInfo._elementDeclsByType, System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), and System.value.

Referenced by System.Xml.Schema.XmlSchemaValidator.CheckXsiTypeAndNil().