C# Class NArrange.Core.CodeElements.RegionElement

Region element.
Region elements are not parsed.
Inheritance: CodeElement
Show file Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
Accept ( ICodeElementVisitor visitor ) : void

Allows an ICodeElementVisitor to process (or visit) this element.

See the Gang of Four Visitor design pattern.

Protected Methods

Method Description
DoClone ( ) : CodeElement

Creates a clone of this instance.

Method Details

Accept() public method

Allows an ICodeElementVisitor to process (or visit) this element.
See the Gang of Four Visitor design pattern.
public Accept ( ICodeElementVisitor visitor ) : void
visitor ICodeElementVisitor Visitor to accept the code element.
return void

DoClone() protected method

Creates a clone of this instance.
protected DoClone ( ) : CodeElement
return CodeElement