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

Syntax

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

Parameters

typeFromAssembly
Type

See Also