Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux talk:ForEach

Discussion page of ProtoFlux:ForEach

Decompiled code:

foreach (TElement element in _collection)
                {
                    if (context.AbortExecution) throw new ExecutionAbortedException(...);
                    WriteElement(element, context);
                    LoopIteration.Execute(context);
                }

Electra (talk) 02:42, 15 September 2026 (UTC)Reply