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

◆ HasElement()

static bool System.Security.Cryptography.XmlKeyHelper.HasElement ( ref ParseState state,
string name )
inlinestaticpackage

Definition at line 153 of file XmlKeyHelper.cs.

154 {
155 return state.HasElement(name);
156 }

References System.state.

Referenced by System.Security.Cryptography.DSA.FromXmlString().