[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)
Adds to the given list of property descriptors the properties of the
given class using the introspected properties. This also finds array
and indexed properties.
Namespace: net.esper.events.property
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub AddSimpleProperties ( _ type As Type, _ result As IList(Of EventPropertyDescriptor) _ ) |
C# |
---|
public static void AddSimpleProperties ( Type type, IList<EventPropertyDescriptor> result ) |
Visual C++ |
---|
public: static void AddSimpleProperties ( Type^ type, IList<EventPropertyDescriptor^>^ result ) |
Parameters
- type
- System.Type
to introspect
- result
- System.Collections.Generic.IList<(Of T>)
is the list to add to