ProtoFlux talk:ForEach
Discussion page of ProtoFlux:ForEach
More actions
Latest comment: 10 days ago by Electra in topic https://discord.com/channels/1040316820650991766/1154514007479287942/1549246699933794487
Decompiled code:
foreach (TElement element in _collection)
{
if (context.AbortExecution) throw new ExecutionAbortedException(...);
WriteElement(element, context);
LoopIteration.Execute(context);
}