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> |
Synonym to Proceed(), but the return type is exposed as a IEnumerable<dynamic?>.
[CompileTime(true, null)]
public static IEnumerable<dynamic?> ProceedEnumerable()| Type | Description |
|---|---|
| IEnumerable<dynamic> |