







|
| C# Webserver |
| ChildNode..::.GetEndPos Method (Int32, String, Char) |
| ChildNode Class See Also Send Feedback |
Get endposition for this modifier.
Namespace:
HttpServer.Rendering.Haml.Nodes
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected int GetEndPos( int offset, string line, char terminator ) |
| Visual Basic (Declaration) |
|---|
Protected Function GetEndPos ( _ offset As Integer, _ line As String, _ terminator As Char _ ) As Integer |
| Visual C++ |
|---|
protected: int GetEndPos( int offset, String^ line, wchar_t terminator ) |
Parameters
- offset
- Type: System..::.Int32
where to start searching
- line
- Type: System..::.String
contents of the current line
- terminator
- Type: System..::.Char
char that tells us that this is the end position
