PexArgumentFromResourcesAttribute(Type, String[]) Constructor
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.
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[]