Method | Description | |
---|---|---|
Accept ( ICodeElementVisitor visitor ) : void |
Allows an ICodeElementVisitor to process (or visit) this element. See the Gang of Four Visitor design pattern. |
|
UsingElement ( ) |
Creates a new Using directive code element.
|
|
UsingElement ( string name ) |
Creates a new Using directive code element.
|
|
UsingElement ( string name, string redefine ) |
Creates a new Using directive code element.
|
Method | Description | |
---|---|---|
DoClone ( ) : |
Clones this instance.
|
public Accept ( ICodeElementVisitor visitor ) : void | ||
visitor | ICodeElementVisitor | The visitory that will accept the element. |
return | void |
public UsingElement ( string name ) | ||
name | string | Namespace or type name. |
public UsingElement ( string name, string redefine ) | ||
name | string | Namespace or type name. |
redefine | string | Redefined type or namespace. |