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

◆ LookupAttribute()

IDtdAttributeInfo IDtdAttributeListInfo. System.Xml.Schema.SchemaElementDecl.LookupAttribute ( string prefix,
string localName )
inlineprivate

Implements System.Xml.IDtdAttributeListInfo.

Definition at line 196 of file SchemaElementDecl.cs.

197 {
198 XmlQualifiedName key = new XmlQualifiedName(localName, prefix);
200 {
201 return value;
202 }
203 return null;
204 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
readonly Dictionary< XmlQualifiedName, SchemaAttDef > _attdefs

References System.Xml.Schema.SchemaElementDecl._attdefs, System.key, System.Xml.Schema.SchemaDeclBase.prefix, System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), and System.value.