BrawlCrate
v0.41
Wii File Editor
Loading...
Searching...
No Matches
BrawlLib
Internal
MemoryEnumerator
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
T
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
T
BrawlLib.Internal.MemoryEnumerator
< T >.Current
get
The documentation for this class was generated from the following file:
BrawlLib/Internal/MemoryList.cs
Generated by
1.9.5