ConvertContainsValueInEnumT(Int32) Method
Indicates whether the enumeration contains the value.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ContainsValueInEnum<T>(
int value
)
Public Shared Function ContainsValueInEnum(Of T) (
value As Integer
) As Boolean
- value Int32
- The value to check.
- T
- The enumeration type.
Boolean if the enumeration contains the value; otherwise,
.