MetalamaAPI documentationAspect APIMetalama.​Framework.​AdvisingMethod­Template­SelectorAsync­Enumerator­Template
Open sandboxFocus

MethodTemplateSelector.AsyncEnumeratorTemplate Property

AsyncEnumeratorTemplate

Gets the name of the template that must be applied to an async iterator method returning the IAsyncEnumerable type. If the UseEnumerableTemplateForAnyEnumerable is set to true, this template will be used for any method that returns the IAsyncEnumerable type, even if it is not implemented as an async or yield-based iterator.

Declaration
public string AsyncEnumeratorTemplate { get; }
Property Value
Type Description
System.String