mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 21:34:11 +02:00
Update IEnumerator.bf
This commit is contained in:
parent
6512937a84
commit
ea143611ab
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ namespace System.Collections
|
||||||
interface IEnumerator<T>
|
interface IEnumerator<T>
|
||||||
{
|
{
|
||||||
Result<T> GetNext() mut;
|
Result<T> GetNext() mut;
|
||||||
|
T Current { get; };
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IResettable
|
interface IResettable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue