mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +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>
|
||||
{
|
||||
Result<T> GetNext() mut;
|
||||
T Current { get; };
|
||||
}
|
||||
|
||||
interface IResettable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue