The CodeElement type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CodeElement(String, IEnumerable String ) |
Initializes a new instance of the CodeElement class with the specified name and list of values.
| |
| CodeElement(String, String) |
Initializes a new instance of the CodeElement class with the specified name and regular
expression.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| ElementNameIsCssClass |
Gets or sets a value indicating whether the Name of this CodeElement is a CSS class to be used in the output.
| |
| MatchValueProcessor |
Gets or sets a delegate that will be used to process the value of the regex match.
| |
| Name |
Gets the name of this code element.
| |
| Regex |
Gets the regular expression for this code element.
|
See Also