Property | Type | Description |
---|
Method | Description | |
---|---|---|
Dispatch ( ICodeVisitor visitor ) : void |
|
|
SwitchCase ( ) : System |
|
|
SwitchCase ( ISwitchCase switchCase ) : System |
Initializes a new instance of the SwitchCase class.
|
public Dispatch ( ICodeVisitor visitor ) : void | ||
visitor | ICodeVisitor | |
return | void |
public SwitchCase ( ISwitchCase switchCase ) : System | ||
switchCase | ISwitchCase | The switch case. |
return | System |