Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.HashSet< T >.Enumerator Struct Reference

Public Member Functions

bool MoveNext ()
 
void Dispose ()
 
void IEnumerator. Reset ()
 

Package Functions

 Enumerator (HashSet< T > hashSet)
 

Properties

T Current [get]
 
object? IEnumerator. Current [get]
 

Private Attributes

readonly HashSet< T_hashSet
 
readonly int _version
 
int _index
 
T _current
 

Detailed Description

Definition at line 24 of file HashSet.cs.


The documentation for this struct was generated from the following file: