Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public UsingEnumAttribute(
	Type enumType
)
Public Sub New ( _
	enumType As Type _
)
public:
UsingEnumAttribute(
	Type^ enumType
)

Parameters

enumType
Type

See Also