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

◆ LookupAttributeList()

IDtdAttributeListInfo IDtdInfo. System.Xml.Schema.SchemaInfo.LookupAttributeList ( string prefix,
string localName )
inlineprivate

Implements System.Xml.IDtdInfo.

Definition at line 355 of file SchemaInfo.cs.

356 {
357 XmlQualifiedName key = new XmlQualifiedName(prefix, localName);
359 {
361 }
362 return value;
363 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
readonly Dictionary< XmlQualifiedName, SchemaElementDecl > _elementDecls
Definition SchemaInfo.cs:7
readonly Dictionary< XmlQualifiedName, SchemaElementDecl > _undeclaredElementDecls
Definition SchemaInfo.cs:9

References System.Xml.Schema.SchemaInfo._elementDecls, System.Xml.Schema.SchemaInfo._undeclaredElementDecls, System.key, System.prefix, System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), and System.value.