프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Accept ( ICodeElementVisitor visitor ) : void |
Allows an ICodeElementVisitor to process (or visit) this element. See the Gang of Four Visitor design pattern. |
|
AddInterface ( |
Adds an interface implementation to the type definition.
|
|
AddTypeParameter ( |
Adds a type parameter to the type parameter list.
|
메소드 | 설명 | |
---|---|---|
DoAttributedClone ( ) : |
Clones an attributed element.
|
public Accept ( ICodeElementVisitor visitor ) : void | ||
visitor | ICodeElementVisitor | Visitor to accept the code element. |
리턴 | void |
public AddInterface ( |
||
interfaceReference | The interface reference. | |
리턴 | void |
public AddTypeParameter ( |
||
typeParameter | The type parameter to add. | |
리턴 | void |
protected DoAttributedClone ( ) : |
||
리턴 |