TypeRegistryStaticTypes Property

Gets distinct static types for all types registered with RegisterStaticType(Type).

Definition

Namespace: Gemstone.Expressions.Evaluator
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.170 -- Release Build+d2665f0672b476be9050c5e510432f4756472307
public IEnumerable<string> StaticTypes { get; }

Property Value

IEnumerableString

See Also