PexExplorableAttributeBase(Type) Constructor

Definition

Initializes a new instance of the PexExplorableAttributeBase class.

protected:
 PexExplorableAttributeBase(Type ^ explorableType);
protected PexExplorableAttributeBase (Type explorableType);
new Microsoft.Pex.Framework.Explorable.PexExplorableAttributeBase : Type -> Microsoft.Pex.Framework.Explorable.PexExplorableAttributeBase
Protected Sub New (explorableType As Type)

Parameters

explorableType
Type

Type of the explorable.

Applies to