C# Класс NArrange.Core.CodeElements.AttributeElement

Attribute code element.
Наследование: TextCodeElement, IAttributeElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Accept ( ICodeElementVisitor visitor ) : void

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

See the Gang of Four Visitor design pattern.

AttributeElement ( )

Creates a new attribute element.

AttributeElement ( string name )

Creates a new attribute element with the specified name.

Защищенные методы

Метод Описание
DoClone ( ) : CodeElement

Clones this instance.

Описание методов

Accept() публичный Метод

Allows an ICodeElementVisitor to process (or visit) this element.
See the Gang of Four Visitor design pattern.
public Accept ( ICodeElementVisitor visitor ) : void
visitor ICodeElementVisitor Code element visitor.
Результат void

AttributeElement() публичный Метод

Creates a new attribute element.
public AttributeElement ( )

AttributeElement() публичный Метод

Creates a new attribute element with the specified name.
public AttributeElement ( string name )
name string Attribute name.

DoClone() защищенный Метод

Clones this instance.
protected DoClone ( ) : CodeElement
Результат CodeElement