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

MethodTemplateSelector.AsyncEnumerableTemplate Property

AsyncEnumerableTemplate

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 AsyncEnumerableTemplate { get; }
Property Value
Type Description
System.String