Class Directive
Inheritance
System.Object
Directive
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 Directive : ISegment
Constructors
Directive(String, Location)
Declaration
public Directive(string name, Location start)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Location | start |
Properties
Attributes
Declaration
public Dictionary<string, string> Attributes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
EndLocation
Declaration
public Location EndLocation { get; set; }
Property Value
Type | Description |
---|---|
Location |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
StartLocation
Declaration
public Location StartLocation { get; }
Property Value
Type | Description |
---|---|
Location |
TagStartLocation
Declaration
public Location TagStartLocation { get; set; }
Property Value
Type | Description |
---|---|
Location |
Methods
Extract(String)
Declaration
public string Extract(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
System.String |