Class CustomDirective
Inheritance
System.Object
CustomDirective
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 CustomDirective
Constructors
CustomDirective(String, Directive)
Declaration
public CustomDirective(string processorName, Directive directive)
Parameters
Type | Name | Description |
---|---|---|
System.String | processorName | |
Directive | directive |
Properties
Directive
Declaration
public Directive Directive { get; set; }
Property Value
Type | Description |
---|---|
Directive |
ProcessorName
Declaration
public string ProcessorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |