Class Tokeniser
Inheritance
System.Object
Tokeniser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Mono.TextTemplating
Assembly: cs.temp.dll.dll
Syntax
public class Tokeniser
Constructors
Tokeniser(String, String)
Declaration
public Tokeniser(string fileName, string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
System.String | content |
Properties
Content
Declaration
public string Content { get; }
Property Value
Type | Description |
---|---|
System.String |
Location
Declaration
public Location Location { get; }
Property Value
Type | Description |
---|---|
Location |
Position
Declaration
public int Position { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
State
Declaration
public State State { get; }
Property Value
Type | Description |
---|---|
State |
TagEndLocation
Declaration
public Location TagEndLocation { get; }
Property Value
Type | Description |
---|---|
Location |
TagStartLocation
Declaration
public Location TagStartLocation { get; }
Property Value
Type | Description |
---|---|
Location |
Value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Advance()
Declaration
public bool Advance()
Returns
Type | Description |
---|---|
System.Boolean |