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

◆ Reset()

void System.Data.Common.DbEnumerator.Reset ( )
inline

Implements System.Collections.IEnumerator.

Definition at line 119 of file DbEnumerator.cs.

120 {
121 throw ADP.NotSupported();
122 }

References System.Data.Common.ADP.NotSupported().