Share via


PexSuppressStaticFieldStoreAttribute Constructors

Definition

Overloads

PexSuppressStaticFieldStoreAttribute(String, String)

Creates an instance of this type.

PexSuppressStaticFieldStoreAttribute(Type, String)

Creates an instance of this type.

PexSuppressStaticFieldStoreAttribute(String, String)

Creates an instance of this type.

public:
 PexSuppressStaticFieldStoreAttribute(System::String ^ declaringTypeName, System::String ^ fieldName);
public PexSuppressStaticFieldStoreAttribute (string declaringTypeName, string fieldName);
new Microsoft.Pex.Framework.Suppression.PexSuppressStaticFieldStoreAttribute : string * string -> Microsoft.Pex.Framework.Suppression.PexSuppressStaticFieldStoreAttribute
Public Sub New (declaringTypeName As String, fieldName As String)

Parameters

declaringTypeName
String
fieldName
String

Applies to

PexSuppressStaticFieldStoreAttribute(Type, String)

Creates an instance of this type.

public:
 PexSuppressStaticFieldStoreAttribute(Type ^ declaringType, System::String ^ fieldName);
public PexSuppressStaticFieldStoreAttribute (Type declaringType, string fieldName);
new Microsoft.Pex.Framework.Suppression.PexSuppressStaticFieldStoreAttribute : Type * string -> Microsoft.Pex.Framework.Suppression.PexSuppressStaticFieldStoreAttribute
Public Sub New (declaringType As Type, fieldName As String)

Parameters

declaringType
Type
fieldName
String

Applies to