共用方式為


PexArgumentFromResourcesAttribute(Type, String[]) Constructor

Definition

Initializes a new instance of the PexArgumentsAttribute class.

public:
 PexArgumentFromResourcesAttribute(Type ^ typeOfNamespace, ... cli::array <System::String ^> ^ resourceNames);
public PexArgumentFromResourcesAttribute (Type typeOfNamespace, params string[] resourceNames);
new Microsoft.Pex.Framework.InputEnumeration.PexArgumentFromResourcesAttribute : Type * string[] -> Microsoft.Pex.Framework.InputEnumeration.PexArgumentFromResourcesAttribute
Public Sub New (typeOfNamespace As Type, ParamArray resourceNames As String())

Parameters

typeOfNamespace
Type
resourceNames
String[]

Applies to