Search code examples
When should I separately implement IEnumerator<T>?...


c#.netenumeratorienumeratordesign-guidelines

Read More
What is the best way to convert an IEnumerator to a generic IEnumerator?...


c#enumerationienumerator

Read More
Why is IEnumerator.Current not nullable?...


c#ienumerableienumerator

Read More
How can I extend IEnumerable<T> to load my collection from a web service?...


c#.netienumerableienumerator

Read More
Why yield return null can't executed in Start() void...


unity-game-engineienumerableienumerator

Read More
Linq: Order of execution chain query...


c#linqienumerableienumerator

Read More
How to make this IEnumerator generic in a proper way?...


c#unity-game-enginecoroutineienumerator

Read More
How to return dynamic entity in GetEnumerator<T>...


c#linqdynamicienumerableienumerator

Read More
How would I be able to make a Unity GameObject move fluidly using Translate and IEnumerator?...


c#unity-game-engineienumerator

Read More
Call parallel coroutines and wait for all of them to be over...


c#unity-game-enginecoroutineienumerator

Read More
Using coroutines to fade in/out TextMeshPro Text Element...


c#unity-game-enginecoroutineienumerator

Read More
In C#, my IEnumerator is reset / created anew when entering a method / local function. Why?...


c#ienumeratorenumerator

Read More
What is the difference between IEnumerator and IEnumerable?...


c#.netienumerableienumerator

Read More
Difference between implicit and explicit implementation of GetEnumerator() from IEnumerable...


c#interfaceienumerableimplementationienumerator

Read More
How to use Unity StopCoroutine when the Coroutine relies on mulitple conditions?...


unity-game-enginecoroutineienumerator

Read More
Can anyone explain IEnumerable and IEnumerator to me?...


c#ienumerableienumerator

Read More
obtain generic enumerator from an array...


c#arraysgenericsienumerator

Read More
How to exit from coroutine in unity in specific condition?...


c#unity-game-enginegame-enginecoroutineienumerator

Read More
IEnumerator: Is it normal to have an empty Dispose method?...


.netidisposableienumerator

Read More
Casting from IEnumerable to IEnumerator...


c#ienumerableienumerator

Read More
Using a custom ref struct enumerator in a foreach loop...


c#loopsforeachvectorizationienumerator

Read More
Why Enumerator MoveNext() returns 0...


c#.netlistienumerator

Read More
Unity - IEnumerator's yield return null...


c#unity-game-engineyieldcoroutineienumerator

Read More
Initiating a Coroutine in a public static void in Unity?...


c#unity-game-enginec#-4.0coroutineienumerator

Read More
How to keep current multiplier after multiplying your current multiplier by two for 30 seconds with ...


c#unity-game-engineienumerator

Read More
What Is The Shortest WaitForSeconds Time Possible, Except 0?...


c#unity-game-enginewhile-loopienumerator

Read More
Forward-only one-pass stateful IEnumerable<T> to IEnumerable<IEnumerable<T>> with ...


c#linqiterationienumerableienumerator

Read More
Error - 'Unable to cast object of type 'System.Collections.Generic.List`1[]' to type &#3...


vb.neterror-handlingienumerableienumerator

Read More
.NET creating an IEnumerator on top of "GetEnumerator()" method from another class...


c#.netienumerator

Read More
How to get property value from IEnumerable<object>...


c#.netienumerableienumerator

Read More
BackNext