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

◆ ParseDocument()

static ParseState System.Security.Cryptography.XmlKeyHelper.ParseState.ParseDocument ( string xmlString)
inlinestaticpackage

Definition at line 66 of file XmlKeyHelper.cs.

67 {
68 object element = Functions.ParseDocument(xmlString);
69 ParseState result = default(ParseState);
70 result._enumerable = Functions.GetElements(element);
71 result._enumerator = null;
72 result._index = -1;
73 return result;
74 }

References System.Security.Cryptography.XmlKeyHelper.ParseState.Functions.GetElements(), and System.Security.Cryptography.XmlKeyHelper.ParseState.Functions.ParseDocument().

Referenced by System.Security.Cryptography.XmlKeyHelper.ParseDocument().