[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)
Add the given class's implemented interfaces and superclasses to the
result set of classes.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub GetSuper ( _ type As Type, _ result As ISet(Of Type) _ ) |
C# |
---|
public static void GetSuper ( Type type, ISet<Type> result ) |
Visual C++ |
---|
public: static void GetSuper ( Type^ type, ISet<Type^>^ result ) |
Parameters
- type
- System.Type
The type to introspect.
- result
- net.esper.compat.ISet<(Of T>)
The result.