PexGenericArgumentsAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PexGenericArgumentsAttribute(Type) |
Initializes a new instance of the PexGenericArgumentsAttribute class. |
PexGenericArgumentsAttribute(Type[]) |
Initializes a new instance of the PexGenericArgumentsAttribute class. |
PexGenericArgumentsAttribute(Type, Type) |
Initializes a new instance of the PexGenericArgumentsAttribute class. |
PexGenericArgumentsAttribute(Type, Type, Type) |
Initializes a new instance of the PexGenericArgumentsAttribute class. |
PexGenericArgumentsAttribute(Type)
Initializes a new instance of the PexGenericArgumentsAttribute class.
public:
PexGenericArgumentsAttribute(Type ^ genericArgument);
public PexGenericArgumentsAttribute (Type genericArgument);
new Microsoft.Pex.Framework.PexGenericArgumentsAttribute : Type -> Microsoft.Pex.Framework.PexGenericArgumentsAttribute
Public Sub New (genericArgument As Type)
Parameters
- genericArgument
- Type
The generic argument.
Applies to
PexGenericArgumentsAttribute(Type[])
Initializes a new instance of the PexGenericArgumentsAttribute class.
public:
PexGenericArgumentsAttribute(... cli::array <Type ^> ^ genericArguments);
public PexGenericArgumentsAttribute (params Type[] genericArguments);
new Microsoft.Pex.Framework.PexGenericArgumentsAttribute : Type[] -> Microsoft.Pex.Framework.PexGenericArgumentsAttribute
Public Sub New (ParamArray genericArguments As Type())
Parameters
- genericArguments
- Type[]
The generic arguments.
Applies to
PexGenericArgumentsAttribute(Type, Type)
Initializes a new instance of the PexGenericArgumentsAttribute class.
public:
PexGenericArgumentsAttribute(Type ^ genericArgument1, Type ^ genericArgument2);
public PexGenericArgumentsAttribute (Type genericArgument1, Type genericArgument2);
new Microsoft.Pex.Framework.PexGenericArgumentsAttribute : Type * Type -> Microsoft.Pex.Framework.PexGenericArgumentsAttribute
Public Sub New (genericArgument1 As Type, genericArgument2 As Type)
Parameters
- genericArgument1
- Type
The first generic argument.
- genericArgument2
- Type
The second generic argument.
Applies to
PexGenericArgumentsAttribute(Type, Type, Type)
Initializes a new instance of the PexGenericArgumentsAttribute class.
public:
PexGenericArgumentsAttribute(Type ^ genericArgument1, Type ^ genericArgument2, Type ^ genericArgument3);
public PexGenericArgumentsAttribute (Type genericArgument1, Type genericArgument2, Type genericArgument3);
new Microsoft.Pex.Framework.PexGenericArgumentsAttribute : Type * Type * Type -> Microsoft.Pex.Framework.PexGenericArgumentsAttribute
Public Sub New (genericArgument1 As Type, genericArgument2 As Type, genericArgument3 As Type)
Parameters
- genericArgument1
- Type
The first generic argument.
- genericArgument2
- Type
The second generic argument.
- genericArgument3
- Type
The third generic argument.