GenericParameterHelper Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the GenericParameterHelper class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GenericParameterHelper() | Initializes a new instance of the GenericParameterHelper class. This constructor initializes the Data property to a random value. | |
GenericParameterHelper(Int32) | Initializes a new instance of the GenericParameterHelper class. This constructor initializes the Data property to a user specified value. |
Top