메소드 | 설명 | |
---|---|---|
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 |