TypeRegistryItem(String, Type) Property

Sets value for registered symbol with specified name, new symbol will be registered if symbol does not exist.

Definition

Namespace: Gemstone.Expressions.Evaluator
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.176 -- Release Build+040f3607386fb7604df913857f1b8e33ff50cb2f
public Object this[
	string name,
	Type type
] { set; }

Parameters

name  String
Symbol name.
type  Type
Symbol type.

Property Value

Object

See Also