ConvertContainsReferenceInEnumT(Object) Method
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ContainsReferenceInEnum<T>(
Object value
)
where T : struct, new(), IConvertible
Public Shared Function ContainsReferenceInEnum(Of T As {Structure, New, IConvertible}) (
value As Object
) As Boolean
- value Object
- The reference value.
- T
- The enum type.
Boolean if the enumeration contains the reference; otherwise,
.