Click or drag to resize

HintEnumExtensionsGetHint Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.annotation.HintEnumExtensions.GetHint(com.espertech.esper.common.client.annotation.HintEnum,System.Collections.Generic.IEnumerable`1)"]

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static HintAttribute GetHint(
	this HintEnum enum,
	IEnumerable attributes
)

Parameters

enum
Type: com.espertech.esper.common.client.annotationHintEnum

[Missing <param name="enum"/> documentation for "M:com.espertech.esper.common.client.annotation.HintEnumExtensions.GetHint(com.espertech.esper.common.client.annotation.HintEnum,System.Collections.Generic.IEnumerable`1)"]

attributes
Type: System.Collections.GenericIEnumerableT

[Missing <param name="attributes"/> documentation for "M:com.espertech.esper.common.client.annotation.HintEnumExtensions.GetHint(com.espertech.esper.common.client.annotation.HintEnum,System.Collections.Generic.IEnumerable`1)"]

Return Value

Type: HintAttribute

[Missing <returns> documentation for "M:com.espertech.esper.common.client.annotation.HintEnumExtensions.GetHint(com.espertech.esper.common.client.annotation.HintEnum,System.Collections.Generic.IEnumerable`1)"]

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