MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsmetaProceed­Enumerable
Open sandboxFocus

meta.ProceedEnumerable Method

ProceedEnumerable()

Synonym to Proceed(), but the return type is exposed as a IEnumerable<dynamic?>.

Declaration
public static IEnumerable<dynamic> ProceedEnumerable()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Object>
See Also