Method RepeatWhenFlow
| Improve this Doc View SourceRepeatWhenFlow<T>(T)
The scalar binding should repeat when flowing with block or row.
Declaration
public static T RepeatWhenFlow<T>(this T scalarBinding)
where T : ScalarBinding
Parameters
Type | Name | Description |
---|---|---|
T | scalarBinding | The scalar binding. |
Returns
Type | Description |
---|---|
T | The scalar binding for fluent coding. |
Type Parameters
Name | Description |
---|---|
T |