Method | Description | |
---|---|---|
Render ( |
Render the value to the output.
|
|
SequenceValue ( IEnumerable |
Create a SequenceValue with the provided elements.
|
public Render ( |
||
output | The output. | |
format | string | A format string applied to the value, or null. |
formatProvider | IFormatProvider | A format provider to apply to the value, or null to use the default. |
return | void |
public SequenceValue ( IEnumerable |
||
elements | IEnumerable |
The elements of the sequence. |
return | System |