TypeRegistryRegisterTypeT Method
Namespace: Gemstone.Expressions.EvaluatorAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.175 -- Release Build+36845e9cbc9becbab10f53ee01f7c03932d17983
public bool RegisterType<T>()
Public Function RegisterType(Of T) As Boolean
public:
generic<typename T>
bool RegisterType()
JavaScript does not support generic types or methods.
- T
- Type to register.
Booleantrue if
T was registered successfully; otherwise,
false if
T was already registered.