Freigeben über


PexDomainAttributeBase Constructors

Definition

Overloads

PexDomainAttributeBase()

Constructor to be used on target declaration only

PexDomainAttributeBase(Type)

Constructor to be used on a type only

PexDomainAttributeBase(PexDomainTarget, Int32)

Constructor to be used on a public field only

PexDomainAttributeBase(Type, String)

Constructor to be used on a public field only

PexDomainAttributeBase()

Constructor to be used on target declaration only

protected:
 PexDomainAttributeBase();
protected PexDomainAttributeBase ();
Protected Sub New ()

Applies to

PexDomainAttributeBase(Type)

Constructor to be used on a type only

protected:
 PexDomainAttributeBase(Type ^ type);
protected PexDomainAttributeBase (Type type);
new Microsoft.Pex.Framework.Domains.PexDomainAttributeBase : Type -> Microsoft.Pex.Framework.Domains.PexDomainAttributeBase
Protected Sub New (type As Type)

Parameters

type
Type

Applies to

PexDomainAttributeBase(PexDomainTarget, Int32)

Constructor to be used on a public field only

protected:
 PexDomainAttributeBase(Microsoft::Pex::Framework::Domains::PexDomainTarget target, int targetIndex);
protected PexDomainAttributeBase (Microsoft.Pex.Framework.Domains.PexDomainTarget target, int targetIndex);
new Microsoft.Pex.Framework.Domains.PexDomainAttributeBase : Microsoft.Pex.Framework.Domains.PexDomainTarget * int -> Microsoft.Pex.Framework.Domains.PexDomainAttributeBase
Protected Sub New (target As PexDomainTarget, targetIndex As Integer)

Parameters

target
PexDomainTarget

The target.

targetIndex
Int32

Index of the target.

Applies to

PexDomainAttributeBase(Type, String)

Constructor to be used on a public field only

protected:
 PexDomainAttributeBase(Type ^ declaringType, System::String ^ fieldName);
protected PexDomainAttributeBase (Type declaringType, string fieldName);
new Microsoft.Pex.Framework.Domains.PexDomainAttributeBase : Type * string -> Microsoft.Pex.Framework.Domains.PexDomainAttributeBase
Protected Sub New (declaringType As Type, fieldName As String)

Parameters

declaringType
Type
fieldName
String

Applies to