Click or drag to resize

MetaEnumGetNamedEnumT, TResult Method

Gets the named enumerated value.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static TResult GetNamedEnum<T, TResult>(
	int enumOrdinal
)

Parameters

enumOrdinal
Type: SystemInt32
The enum ordinal.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.MetaEnum.GetNamedEnum``2(System.Int32)"]

TResult
The type of the result.

Return Value

Type: TResult

[Missing <returns> documentation for "M:com.espertech.esper.compat.MetaEnum.GetNamedEnum``2(System.Int32)"]

See Also