PexCreatableByConstructorAttribute(Type, String[]) Oluşturucu

Tanım

Bu türde bir örnek oluşturur.

public:
 PexCreatableByConstructorAttribute(Type ^ creatableType, ... cli::array <System::String ^> ^ constructorArguments);
public PexCreatableByConstructorAttribute (Type creatableType, params string[] constructorArguments);
new Microsoft.Pex.Framework.Creatable.PexCreatableByConstructorAttribute : Type * string[] -> Microsoft.Pex.Framework.Creatable.PexCreatableByConstructorAttribute
Public Sub New (creatableType As Type, ParamArray constructorArguments As String())

Parametreler

creatableType
Type

Creatable türü.

constructorArguments
String[]

Oluşturucu tarafından ayarlanan ve değerlerini bağımsız değişken olarak alan alan adlarının listesi.

Şunlara uygulanır