Mirror::SyncList::Enumerator
Inherits from IEnumerator< T >
Public Functions
Name | |
---|---|
Enumerator(SyncList< T > list) | |
bool | MoveNext() |
void | Reset() |
void | Dispose() |
Public Properties
Name | |
---|---|
T | Current |
Public Attributes
Name | |
---|---|
readonly SyncList< T > | list |
int | index |
object IEnumerator. | Current |
Public Functions Documentation
function Enumerator
inline Enumerator(
SyncList< T > list
)
function MoveNext
inline bool MoveNext()
function Reset
void Reset()
function Dispose
inline void Dispose()
Public Property Documentation
property Current
T Current;
Public Attributes Documentation
variable list
readonly SyncList< T > list;
variable index
int index;
variable Current
object IEnumerator. Current => Current;
Updated on 24 January 2021 at 23:47:09 UTC