Property | Type | Description | |
---|---|---|---|
Alignment | int | ||
IsControl | bool | ||
IsResolved | bool |
Property | Type | Description | |
---|---|---|---|
Append | |||
AppendChunk | void | ||
DeepCopyChunks | void | ||
FormatChunk | System | ||
FormatChunk | System | ||
FormatChunk | System | ||
Parse | IEnumerable |
||
ToString | string |
Method | Description | |
---|---|---|
FormatChunk ( Optional |
Creates a non-fill point chunk.
|
|
FormatChunk ( [ chunk, Optional |
Creates a clone of the FormatChunk, changing the resolved value.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
WriteTo ( TextWriter writer, string format = null ) : void |
Writes this instance to the writer, using the optional format.
|
Method | Description | |
---|---|---|
Append ( [ value, [ resolver = null ) : |
||
AppendChunk ( [ chunk ) : void | ||
DeepCopyChunks ( [ source, [ destination ) : void |
Performs a deep copy of the child chunks from source to destination.
|
|
FormatChunk ( [ resolver, [ tag, [ alignment, [ format ) : System |
Initializes a new instance of the FormatChunk class.
|
|
FormatChunk ( [ resolver, [ tag, int alignment, [ format, Optional |
Initializes a new instance of the FormatChunk class.
|
|
FormatChunk ( [ resolver, [ tag, int alignment, [ format, bool isResolved, [ value, bool isControl ) : System |
Initializes a new instance of the FormatChunk class.
|
|
Parse ( [ value, [ resolver = null ) : IEnumerable |
||
ToString ( [ format, [ formatProvider = null ) : string |
public FormatChunk ( [ chunk, Optional | ||
chunk | [ | The chunk. |
value | Optional | The value. |
return | System |
public WriteTo ( TextWriter writer, string format = null ) : void | ||
writer | TextWriter | The writer. |
format | string | The format. |
return | void |