[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns the type of primitive value this instance represents.
Namespace: net.esper.type
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property Type As PrimitiveValueType |
C# |
---|
public override PrimitiveValueType Type { get; } |
Visual C++ |
---|
public: virtual property PrimitiveValueType^ Type { PrimitiveValueType^ get () override; } |