Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
Loading...
Searching...
No Matches
ValueList< T >.ItemsEnumerator Struct Reference

An enumerator which can iterate through the items in a list. More...

Inheritance diagram for ValueList< T >.ItemsEnumerator:

Public Member Functions

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

Properties

Current [get]
 
ref readonly T CurrentRef [get]
 Gets a readonly reference to the item at the current position of the enumerator. More...
 
object IEnumerator. Current [get]
 

Detailed Description

An enumerator which can iterate through the items in a list.

Member Function Documentation

◆ MoveNext()

bool ValueList< T >.ItemsEnumerator.MoveNext ( )
inline

◆ Reset()

void ValueList< T >.ItemsEnumerator.Reset ( )
inline

◆ Dispose()

void IDisposable. ValueList< T >.ItemsEnumerator.Dispose ( )
inline

Property Documentation

◆ Current [1/2]

T ValueList< T >.ItemsEnumerator.Current
get

◆ CurrentRef

ref readonly T ValueList< T >.ItemsEnumerator.CurrentRef
get

Gets a readonly reference to the item at the current position of the enumerator.

◆ Current [2/2]

object IEnumerator. ValueList< T >.ItemsEnumerator.Current
get

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