Property | Type | Description |
---|
Method | Description | |
---|---|---|
TextChunk ( string text ) : System |
Constructs a new instance of TextChunk with the specified text.
|
|
ToString ( ) : string |
The implementation for TextChunk returns the result of Text() in single quotes.
|
public TextChunk ( string text ) : System | ||
text | string | The text of this chunk. |
return | System |