[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the implementation clazz.

Namespace: net.esper.pattern.observer
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Clazz As Type
C#
public Type Clazz { get; }
Visual C++
public:
property Type^ Clazz {
	Type^ get ();
}

Field Value

The implementation clazz.