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

◆ GetElementById()

override? XmlElement System.Xml.XmlDataDocument.GetElementById ( string elemId)
inlinevirtual

Reimplemented from System.Xml.XmlDocument.

Definition at line 2365 of file XmlDataDocument.cs.

2366 {
2367 throw new NotSupportedException(System.SR.DataDom_NotSupport_GetElementById);
2368 }
static string DataDom_NotSupport_GetElementById
Definition SR.cs:712
Definition SR.cs:7

References System.SR.DataDom_NotSupport_GetElementById.