Click or drag to resize

HintEnumExtensionsGetHintAssignedValue Method

Returns hint value.

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static string GetHintAssignedValue(
	this HintEnum hintEnum,
	HintAttribute annotation
)

Parameters

hintEnum
Type: com.espertech.esper.common.client.annotationHintEnum
The hint enum.
annotation
Type: com.espertech.esper.common.client.annotationHintAttribute
The annotation to look for.

Return Value

Type: String
hint assigned first value provided

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HintEnum. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also