Method | 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 | ||
return | void |
public DeclareComputedValue ( string name, |
||
name | string | |
value | ||
return | void |
public DeclareValue ( string name, |
||
name | string | |
value | ||
return | void |
public GetDeclaredType ( string name ) : |
||
name | string | |
return |
public GetDeclaredValue ( string name ) : |
||
name | string | |
return |
public LabelIsDeclared ( string label ) : bool | ||
label | string | |
return | bool |
public QLMemory ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ValueIsDeclared ( string name ) : bool | ||
name | string | |
return | bool |