System.Collections.Async.Internals.CurrentValueContainer<T>
Internal base type for AsyncEnumerator<T> and AsyncEnumeratorWithState<T, U>
namespace System.Collections.Async.Internals
{
public abstract class CurrentValueContainer<T> : AsyncEnumerator
{
protected CurrentValueContainer();
}
}