CodeElement ClassFormatC Syntax Highlighting Class Library
Represents an element of source code, such as keywords, comments or strings, and the regular expression that can be used to identify them.
Inheritance Hierarchy

OnlineSystem Object
  Ookii.FormatC CodeElement

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public class CodeElement
Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also