Share via


PexAssumeAttributeBase Constructors

Definition

Overloads

PexAssumeAttributeBase()

Initializes a new instance of the PexAssumeAttributeBase class.

PexAssumeAttributeBase(Type)

Initializes a new instance of the PexAssumeAttributeBase class.

PexAssumeAttributeBase(Type, String)

Initializes a new instance of the PexAssumeAttributeBase class.

PexAssumeAttributeBase()

Initializes a new instance of the PexAssumeAttributeBase class.

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

Applies to

PexAssumeAttributeBase(Type)

Initializes a new instance of the PexAssumeAttributeBase class.

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

Parameters

type
Type

The type.

Applies to

PexAssumeAttributeBase(Type, String)

Initializes a new instance of the PexAssumeAttributeBase class.

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

Parameters

type
Type

The type.

fieldName
String

Name of the field.

Applies to