C# Class NArrange.Core.CodeElements.ConditionDirectiveElement

Code element for conditional preprocessor directives.
Inheritance: CommentedElement
Afficher le fichier Open project: MarcStan/NArrange Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ICodeElementVisitor visitor ) : void

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

See the Gang of Four Visitor design pattern.

Méthodes protégées

Méthode Description
DoClone ( ) : CodeElement

Creates an instance for cloning.

Method Details

Accept() public méthode

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.
Résultat void

DoClone() protected méthode

Creates an instance for cloning.
protected DoClone ( ) : CodeElement
Résultat CodeElement