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

◆ Clone() [2/2]

object ICloneable. System.Xml.Schema.XmlAtomicValue.Clone ( )
inlineprivate

Implements System.ICloneable.

Definition at line 384 of file XmlAtomicValue.cs.

385 {
386 return this;
387 }