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

◆ LookupEntity()

IDtdEntityInfo IDtdInfo. System.Xml.Schema.SchemaInfo.LookupEntity ( string name)
inlineprivate

Implements System.Xml.IDtdInfo.

Definition at line 373 of file SchemaInfo.cs.

374 {
375 if (_generalEntities == null)
376 {
377 return null;
378 }
379 XmlQualifiedName key = new XmlQualifiedName(name);
381 {
382 return value;
383 }
384 return null;
385 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
Dictionary< XmlQualifiedName, SchemaEntity > _generalEntities
Definition SchemaInfo.cs:11

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