TrimRight Method
From HttpServer.dll
[Missing <summary> documentation for M:HttpServer.Rendering.Haml.LineInfo.TrimRight(System.Int32)]
Namespace:
HttpServer.Rendering.Haml
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void TrimRight( int count ) |
| Visual Basic (Declaration) |
|---|
Public Sub TrimRight ( _ count As Integer _ ) |
| Visual C++ |
|---|
public: void TrimRight( int count ) |
Parameters
- count
- Type: System..::.Int32
[Missing <param name="count"/> documentation for "M:HttpServer.Rendering.Haml.LineInfo.TrimRight(System.Int32)"]
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | If extra lines have been added. |