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

Syntax

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

Parameters

factoredType
Type

See Also