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

◆ StartArray()

void System.Xml.XmlBaseWriter.StartArray ( int count)
inlineprotectedinherited

Definition at line 2570 of file XmlBaseWriter.cs.

2571 {
2572 FlushBase64();
2573 if (_documentState == DocumentState.Epilog)
2574 {
2576 }
2577 if (_documentState == DocumentState.Document && count > 1 && _depth == 0)
2578 {
2580 }
2581 if (_writeState == WriteState.Attribute)
2582 {
2584 }
2585 AutoComplete(WriteState.Content);
2586 }
static string XmlOnlyOneRoot
Definition SR.cs:480
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string XmlInvalidWriteState
Definition SR.cs:450
Definition SR.cs:7
void AutoComplete(WriteState writeState)

References System.Xml.XmlBaseWriter.NamespaceManager._depth, System.Xml.XmlBaseWriter._documentState, System.Xml.XmlBaseWriter._writeState, System.Xml.XmlBaseWriter.AutoComplete(), System.count, System.Xml.XmlBaseWriter.FlushBase64(), System.SR.Format(), System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(), System.SR.XmlInvalidWriteState, and System.SR.XmlOnlyOneRoot.

Referenced by System.Xml.XmlBinaryWriter.WriteStartArray(), and System.Xml.XmlBinaryWriter.WriteStartArray().