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

◆ Reset()

void System.Diagnostics.Enumerator< T >.Reset ( )
inline

Implements System.Collections.IEnumerator.

Definition at line 37 of file Enumerator.cs.

38 {
39 throw new NotSupportedException();
40 }