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

◆ MoveToId()

override bool System.Xml.XPath.XNodeNavigator.MoveToId ( string id)
inline

Definition at line 404 of file XNodeNavigator.cs.

405 {
406 throw new NotSupportedException(System.SR.NotSupported_MoveToId);
407 }
static string NotSupported_MoveToId
Definition SR.cs:74
Definition SR.cs:7

References System.SR.NotSupported_MoveToId.