MetalamaAPI documentationAspect APIMetalama.​Framework.​AdvisingMethod­Template­SelectorEnumerable­Template
Open sandboxFocus

MethodTemplateSelector.EnumerableTemplate Property

EnumerableTemplate

Gets the name of the template that must be applied to yield-based iterator methods returning an System.Collections.Generic.IEnumerable<> or System.Collections.IEnumerable. If the UseEnumerableTemplateForAnyEnumerable is set to true, this template will be used for any method that returns the System.Collections.Generic.IEnumerable<> or System.Collections.IEnumerable type, even if it not a yield-based iterator.

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