Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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. |
return | void |
protected AttributedElement ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected abstract DoAttributedClone ( ) : |
||
return |
public RemoveAttribute ( IAttributeElement attributeElement ) : void | ||
attributeElement | IAttributeElement | Attribute element to remove. |
return | void |