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

◆ Clone()

object System.Collections.Stack.StackEnumerator.Clone ( )
inline

Implements System.ICloneable.

Definition at line 146 of file Stack.cs.

147 {
148 return MemberwiseClone();
149 }