CodeElement MembersFormatC Syntax Highlighting Class Library

The CodeElement type exposes the following members.
Constructors

  NameDescription
Public methodCodeElement(String, IEnumerable String )
Initializes a new instance of the CodeElement class with the specified name and list of values.
Public methodCodeElement(String, String)
Initializes a new instance of the CodeElement class with the specified name and regular expression.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyElementNameIsCssClass
Gets or sets a value indicating whether the Name of this CodeElement is a CSS class to be used in the output.
Public propertyMatchValueProcessor
Gets or sets a delegate that will be used to process the value of the regex match.
Public propertyName
Gets the name of this code element.
Public propertyRegex
Gets the regular expression for this code element.
Back to Top
See Also