Open sandboxFocus

Method OverrideAsyncEnumerableMethod

OverrideAsyncEnumerableMethod()

Template for overriding methods returning IAsyncEnumerable<T>. See OverrideMethodAspect for details.

Declaration
[Template(IsEmpty = true)]
public virtual IAsyncEnumerable<dynamic?> OverrideAsyncEnumerableMethod()
Returns
Type Description
IAsyncEnumerable<dynamic>