Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Emik03 committed Apr 8, 2024
1 parent dba43a2 commit c6472c8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ This instance of [System.Collections.Generic.IEnumerable<>](https://docs.m
#### Returns
[System.Collections.Generic.IEnumerator<](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerator-1 'System.Collections.Generic.IEnumerator`1')[System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerator-1 'System.Collections.Generic.IEnumerator`1')
An [System.Collections.Generic.IEnumerator<>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerator-1 'System.Collections.Generic.IEnumerator`1') of [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') that is friendly to be used for coroutines,
containing the values from [that](InstructionCore.Flatten(IEnumerable{Instruction}).md#Wawa.TwitchPlays.Domains.InstructionCore.Flatten(thisSystem.Collections.Generic.IEnumerable_Wawa.TwitchPlays.Domains.Instruction_).that 'Wawa.TwitchPlays.Domains.InstructionCore.Flatten(this System.Collections.Generic.IEnumerable<Wawa.TwitchPlays.Domains.Instruction>).that').
containing the values from [that](InstructionCore.Flatten(IEnumerable{Instruction}).md#Wawa.TwitchPlays.Domains.InstructionCore.Flatten(thisSystem.Collections.Generic.IEnumerable_Wawa.TwitchPlays.Domains.Instruction_).that 'Wawa.TwitchPlays.Domains.InstructionCore.Flatten(this System.Collections.Generic.IEnumerable<Wawa.TwitchPlays.Domains.Instruction>).that').

### Remarks

The caller is responsible for disposing the returned enumerator.

0 comments on commit c6472c8

Please sign in to comment.