프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Accept ( ICodeElementVisitor visitor ) : void |
Allows an ICodeElementVisitor to process (or visit) this element. See the Gang of Four Visitor design pattern. |
|
AddTypeParameter ( |
Adds a type parameter to the type parameter list.
|
메소드 | 설명 | |
---|---|---|
DoMemberClone ( ) : |
Creates a clone of this instance.
|
public Accept ( ICodeElementVisitor visitor ) : void | ||
visitor | ICodeElementVisitor | Visitor to accept the code element. |
리턴 | void |
public AddTypeParameter ( |
||
typeParameter | The type parameter. | |
리턴 | void |