Метод | Описание | |
---|---|---|
Render ( |
Render the value to the output.
|
|
StructureValue ( IEnumerable |
Construct a StructureValue with the provided properties.
|
Метод | Описание | |
---|---|---|
Render ( |
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. |
Результат | void |
public StructureValue ( IEnumerable |
||
properties | IEnumerable |
The properties of the structure. |
typeTag | string | Optionally, a piece of metadata describing the "type" of the /// structure. |
Результат | System |