[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns all simple fields

Namespace: net.esper.events.property
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetSimpleFields ( _
	type As Type _
) As IEnumerable(Of FieldInfo)
C#
public static IEnumerable<FieldInfo> GetSimpleFields (
	Type type
)
Visual C++
public:
static IEnumerable<FieldInfo^>^ GetSimpleFields (
	Type^ type
)

Parameters

type
System.Type

Return Value