Метод | Описание | |
---|---|---|
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 ( ) : |
Clones this instance.
|
public Accept ( ICodeElementVisitor visitor ) : void | ||
visitor | ICodeElementVisitor | Code element visitor. |
Результат | void |
public AttributeElement ( string name ) | ||
name | string | Attribute name. |