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