BrawlCrate v0.41
Wii File Editor
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
BrawlLib.Internal.MemoryEnumerator< T > Class Template Reference
Inheritance diagram for BrawlLib.Internal.MemoryEnumerator< T >:

Public Member Functions

void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 

Properties

Current [get]
 

Member Function Documentation

◆ Dispose()

void BrawlLib.Internal.MemoryEnumerator< T >.Dispose ( )
inline
24 {
25 }

◆ MoveNext()

bool BrawlLib.Internal.MemoryEnumerator< T >.MoveNext ( )
inline
30 {
31 return (_current += _stride) < _ceil;
32 }

◆ Reset()

void BrawlLib.Internal.MemoryEnumerator< T >.Reset ( )
inline
35 {
36 _current = _base;
37 }

Property Documentation

◆ Current


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