Méthode | Description | |
---|---|---|
Declare ( string name, |
||
DeclareComputedValue ( string name, |
||
DeclareLabel ( string label ) : void | ||
DeclareValue ( string name, |
||
GetDeclaredType ( string name ) : |
||
GetDeclaredValue ( string name ) : |
||
IsDeclared ( string name ) : bool | ||
LabelIsDeclared ( string label ) : bool | ||
QLMemory ( ) : System.Collections.Generic | ||
ValueIsDeclared ( string name ) : bool |
public Declare ( string name, |
||
name | string | |
type | ||
Résultat | void |
public DeclareComputedValue ( string name, |
||
name | string | |
value | ||
Résultat | void |
public DeclareLabel ( string label ) : void | ||
label | string | |
Résultat | void |
public DeclareValue ( string name, |
||
name | string | |
value | ||
Résultat | void |
public GetDeclaredType ( string name ) : |
||
name | string | |
Résultat |
public GetDeclaredValue ( string name ) : |
||
name | string | |
Résultat |
public LabelIsDeclared ( string label ) : bool | ||
label | string | |
Résultat | bool |
public QLMemory ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public ValueIsDeclared ( string name ) : bool | ||
name | string | |
Résultat | bool |