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

Syntax

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

Parameters

targetType
Type

See Also