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)
Syntax
'Declaration
Public Sub New ( _
data As Integer _
)
public GenericParameterHelper(
int data
)
public:
GenericParameterHelper(
int data
)
new :
data:int -> GenericParameterHelper
public function GenericParameterHelper(
data : int
)
Parameters
data
Type: Int32The initial value for the Data property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.