 | EventTypeDeepSuperTypes Property |
Returns iterator over all super types to event type, going up the hierarchy and including all
interfaces (and their extended interfaces) and superclasses as EventType instances.
Namespace:
com.espertech.esper.common.client
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxIEnumerable DeepSuperTypes { get; }
Property Value
Type:
IEnumerableT
iterator of event types represeting all superclasses and implemented interfaces, all the way up to
Object but excluding Object itself
See Also