DirectiveValue Class

Summary

Represents the use of a directive.
Assembly
Wyam.Configuration.dll
Namespace
Wyam.Configuration.Preprocessing
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DirectiveValue"] class Type type-node

Syntax

public class DirectiveValue

Constructors

Properties

Name Value Summary
Line Nullable<int>
Gets the line where the directive was specified (or null if created outside the configuration file).
Name string
Gets the directive name.
Value string
Gets the directive value.
GitHub