PexUseTypeHintsAttribute(Type[]) Constructor

Definition

Initializes a new instance of the PexUseTypeHintsAttribute class.

public:
 PexUseTypeHintsAttribute(... cli::array <Type ^> ^ types);
public PexUseTypeHintsAttribute (params Type[] types);
new Microsoft.Pex.Framework.Using.PexUseTypeHintsAttribute : Type[] -> Microsoft.Pex.Framework.Using.PexUseTypeHintsAttribute
Public Sub New (ParamArray types As Type())

Parameters

types
Type[]

The types.

Applies to