PexSuppressStaticFieldStoreAttribute Constructors
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.
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