[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 an enumerable that provides all accessors that have the
no parameters.
Namespace: net.esper.events.property
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetSimpleAccessors ( _ type As Type _ ) As IEnumerable(Of MethodInfo) |
C# |
---|
public static IEnumerable<MethodInfo> GetSimpleAccessors ( Type type ) |
Visual C++ |
---|
public: static IEnumerable<MethodInfo^>^ GetSimpleAccessors ( Type^ type ) |
Parameters
- type
- System.Type