TypeRegistryRegisterType(Type) Method
Namespace: Gemstone.Expressions.EvaluatorAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.171 -- Release Build+912a0499557b7e3dab1c210a7947afeece80dcde
Public Function RegisterType (
type As Type
) As Boolean
function RegisterType(type);
- type Type
- Type to register.
Booleantrue if the
type was registered successfully; otherwise,
false if the
type was already registered.