Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GenericParameterHelper Constructor (Int32)

 

Initializes a new instance of the GenericParameterHelper class. This constructor initializes the Data property to a user specified value.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
GenericParameterHelper(
	int data
)

Parameters

data
Type: System::Int32

The initial value for the Data property.

Return to top
Show: