ConvertContainsReferenceInEnumT(String) 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>(
	string value
)
where T : struct, new(), IConvertible

Parameters

value  String
The reference value.

Type Parameters

T
The enum type.

Return Value

Boolean
if the enumeration contains the reference; otherwise, .

Exceptions

See Also