Click or drag to resize
FastEnumIsDefinedTEnum Method
Provides a fast implementation of a part of the functionality of IsDefined(Type, Object).

Namespace: Lawo
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static bool IsDefined<TEnum>(
	TEnum value
)
where TEnum : struct, new()

Parameters

value
Type: TEnum

Type Parameters

TEnum
The enumeration type.

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentExceptionTEnum is not an Enum.
See Also