[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 event type alias to type name mapping.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property TypeAliases As EDictionary(Of String, String) |
C# |
---|
public EDictionary<string, string> TypeAliases { get; } |
Visual C++ |
---|
public: property EDictionary<String^, String^>^ TypeAliases { EDictionary<String^, String^>^ get (); } |