Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Annotations()

IEnumerable< object > System.Xml.Linq.XObject.Annotations ( Type type)
inlineinherited

Definition at line 247 of file XObject.cs.

248 {
249 if (type == null)
250 {
251 throw new ArgumentNullException("type");
252 }
254 }
IEnumerable< object > AnnotationsIterator(Type type)
Definition XObject.cs:256

References System.Xml.Linq.XObject.AnnotationsIterator(), and System.type.