Default constructor - initializes all fields to default values

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IndexerProviderAttribute(
	Type providerType,
	Type indexType,
	Object first,
	Object last,
	Type iteratorType
)
Public Sub New ( _
	providerType As Type, _
	indexType As Type, _
	first As Object, _
	last As Object, _
	iteratorType As Type _
)
public:
IndexerProviderAttribute(
	Type^ providerType, 
	Type^ indexType, 
	Object^ first, 
	Object^ last, 
	Type^ iteratorType
)

Parameters

providerType
Type
indexType
Type
first
Object
last
Object
iteratorType
Type

See Also