Guard.EnumValueIsDefined(Type, Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void EnumValueIsDefined(Type ^ enumType, System::Object ^ value, System::String ^ argumentName);
public static void EnumValueIsDefined (Type enumType, object value, string argumentName);
static member EnumValueIsDefined : Type * obj * string -> unit
Public Shared Sub EnumValueIsDefined (enumType As Type, value As Object, argumentName As String)
Parameters
- enumType
- Type
- value
- Object
- argumentName
- String