Click or drag to resize

HintEnumExtensionsGetHintAssignedValues Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.annotation.HintEnumExtensions.GetHintAssignedValues(System.Void,System.String)"]

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static IList GetHintAssignedValues(
	this void hintEnum,
	string annotations
)

Parameters

hintEnum
Type: SystemVoid

[Missing <param name="hintEnum"/> documentation for "M:com.espertech.esper.common.client.annotation.HintEnumExtensions.GetHintAssignedValues(System.Void,System.String)"]

annotations
Type: SystemString

[Missing <param name="annotations"/> documentation for "M:com.espertech.esper.common.client.annotation.HintEnumExtensions.GetHintAssignedValues(System.Void,System.String)"]

Return Value

Type: IListT

[Missing <returns> documentation for "M:com.espertech.esper.common.client.annotation.HintEnumExtensions.GetHintAssignedValues(System.Void,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Void. 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