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

◆ GetAttributeLists()

IEnumerable< IDtdAttributeListInfo > IDtdInfo. System.Xml.Schema.SchemaInfo.GetAttributeLists ( )
inlineprivate

Implements System.Xml.IDtdInfo.

Definition at line 365 of file SchemaInfo.cs.

366 {
367 foreach (SchemaElementDecl value in _elementDecls.Values)
368 {
369 yield return value;
370 }
371 }
readonly Dictionary< XmlQualifiedName, SchemaElementDecl > _elementDecls
Definition SchemaInfo.cs:7

References System.Xml.Schema.SchemaInfo._elementDecls, System.value, and System.Collections.Generic.Dictionary< TKey, TValue >.Values.