Symbol(String, Type, Object) Constructor
Namespace: Gemstone.Expressions.EvaluatorAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.128 -- Release Build+cfed08c7efcabf54b006110ecd862a6bfcb7b819
Gemstone.Expressions.Evaluator.Symbol = function(name, type, value);
Parameters
- name String
- Name of symbol.
- type Type
- Type of symbol.
- value Object
- Initial value for symbol.