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

◆ Enumerate

ICollection System.Xml.Schema.NamespaceList.Enumerate
getinherited

Definition at line 25 of file NamespaceList.cs.

26 {
27 get
28 {
29 ListType type = _type;
30 if ((uint)type > 1u && type == ListType.Set)
31 {
32 return _set.Keys;
33 }
34 throw new InvalidOperationException();
35 }
36 }
virtual ICollection Keys
Definition Hashtable.cs:532

Referenced by System.Xml.Serialization.XmlSchemaImporter.ImportAny().