Méthode | Description | |
---|---|---|
ToString ( ) : string |
Gets the fully-qualified name of this variable
|
|
Variable ( string @namespace, string name, |
Initializes a variable with the specified namespace, name, and type
|
Méthode | Description | |
---|---|---|
Expression ( |
||
IsName ( string value ) : bool | ||
IsNamespace ( string value ) : bool |
public Variable ( string @namespace, string name, |
||
@namespace | string | |
name | string | The name of the variable |
type | The type of value represented by the variable | |
Résultat | System |