Method ProceedEnumerable
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> |