Open sandboxFocus

Method ProceedEnumerable

ProceedEnumerable()

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

Declaration
[CompileTime(true, null)]
public static IEnumerable<dynamic?> ProceedEnumerable()
Returns
Type Description
IEnumerable<dynamic>
See Also