Method | Description | |
---|---|---|
RecordText ( string value, bool isTag, bool isOutput ) : IEnumerable |
Updates the state of the trimmer, indicating that the given text was encountered before an inline tag.
|
|
Trim ( ) : void | ||
Trimmer ( ) : System |
Initializes a new instance of a Trimmer.
|
Method | Description | |
---|---|---|
removeBlankLines ( ) : void | ||
removeEmptyGenerators ( ) : void | ||
separateLines ( ) : void |
public RecordText ( string value, bool isTag, bool isOutput ) : IEnumerable |
||
value | string | The text at the end of the format string. |
isTag | bool | |
isOutput | bool | |
return | IEnumerable |