TypeRegistryRegisterTypeT Method
Namespace: Gemstone.Expressions.EvaluatorAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.170 -- Release Build+d2665f0672b476be9050c5e510432f4756472307
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.