Bridge

Enum..::..IsDefined Method

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static bool IsDefined(
	Type enumType,
	Object value
)
Public Shared Function IsDefined ( _
	enumType As Type, _
	value As Object _
) As Boolean
public:
static bool^ IsDefined(
	Type^ enumType, 
	Object^ value
)

Parameters

enumType
Type: System..::..Type
value
Type: System..::..Object