Метод | Описание | |
---|---|---|
AddAttribute ( IAttributeElement attributeElement ) : void |
Adds an attribute to this code element.
|
|
ClearAttributes ( ) : void |
Removes all attributes elements.
|
|
RemoveAttribute ( IAttributeElement attributeElement ) : void |
Removes an attribute from this element.
|
Метод | Описание | |
---|---|---|
AttributedElement ( ) : System.Collections.Generic |
Creates a new AttributedElement.
|
|
DoAttributedClone ( ) : |
Creates a clone of the instance and copies any state.
|
|
DoClone ( ) : |
Creates a clone of the instance and copies any state.
|
public AddAttribute ( IAttributeElement attributeElement ) : void | ||
attributeElement | IAttributeElement | Attribute element to add. |
Результат | void |
protected AttributedElement ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
protected abstract DoAttributedClone ( ) : |
||
Результат |
public RemoveAttribute ( IAttributeElement attributeElement ) : void | ||
attributeElement | IAttributeElement | Attribute element to remove. |
Результат | void |