ConvertContainsReferenceInEnumT(Object) Method

Indicates whether the enumeration contains the reference attribute ReferenceValueAttribute.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ContainsReferenceInEnum<T>(
	Object value
)
where T : struct, new(), IConvertible

Parameters

value  Object
The reference value.

Type Parameters

T
The enum type.

Return Value

Boolean
if the enumeration contains the reference; otherwise, .

See Also