Click or drag to resize

EnumHelperGetValue Method (Type, Int32)

[Missing <summary> documentation for "M:com.espertech.esper.compat.EnumHelper.GetValue(System.Type,System.Int32)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static Object GetValue(
	Type enumType,
	int ordinal
)

Parameters

enumType
Type: SystemType

[Missing <param name="enumType"/> documentation for "M:com.espertech.esper.compat.EnumHelper.GetValue(System.Type,System.Int32)"]

ordinal
Type: SystemInt32

[Missing <param name="ordinal"/> documentation for "M:com.espertech.esper.compat.EnumHelper.GetValue(System.Type,System.Int32)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:com.espertech.esper.compat.EnumHelper.GetValue(System.Type,System.Int32)"]

See Also