ConvertContainsReferenceNameInEnumT(String) Method

Get whether the enumeration contains the reference attribute ReferenceNameAttribute.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ContainsReferenceNameInEnum<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 attribute; otherwise, .

Exceptions

See Also