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

◆ PreprocessAnnotation() [1/2]

void System.Xml.Schema.Preprocessor.PreprocessAnnotation ( XmlSchemaAnnotation annotation)
inlineprivate

Definition at line 1988 of file Preprocessor.cs.

1989 {
1990 ValidateIdAttribute(annotation);
1991 for (int i = 0; i < annotation.Items.Count; i++)
1992 {
1993 annotation.Items[i].Parent = annotation;
1994 }
1995 }
void ValidateIdAttribute(XmlSchemaObject xso)

References System.Collections.CollectionBase.Count, System.Xml.Schema.XmlSchemaAnnotation.Items, and System.Xml.Schema.Preprocessor.ValidateIdAttribute().