Class TemplateSegment
Inheritance
System.Object
TemplateSegment
Implements
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 TemplateSegment : ISegment
Constructors
TemplateSegment(SegmentType, String, Location)
Declaration
public TemplateSegment(SegmentType type, string text, Location start)
Parameters
Type | Name | Description |
---|---|---|
SegmentType | type | |
System.String | text | |
Location | start |
Properties
EndLocation
Declaration
public Location EndLocation { get; set; }
Property Value
Type | Description |
---|---|
Location |
StartLocation
Declaration
public Location StartLocation { get; }
Property Value
Type | Description |
---|---|
Location |
TagStartLocation
Declaration
public Location TagStartLocation { get; set; }
Property Value
Type | Description |
---|---|
Location |
Text
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public SegmentType Type { get; }
Property Value
Type | Description |
---|---|
SegmentType |