[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 take one
parameter of type int.
Namespace: net.esper.events.property
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetIndexedAccessors ( _ type As Type _ ) As IEnumerable(Of MethodInfo) |
C# |
---|
public static IEnumerable<MethodInfo> GetIndexedAccessors ( Type type ) |
Visual C++ |
---|
public: static IEnumerable<MethodInfo^>^ GetIndexedAccessors ( Type^ type ) |
Parameters
- type
- System.Type