共用方式為


PexAssertExcludeTypeAttribute Constructors

Definition

Overloads

PexAssertExcludeTypeAttribute(Type)

Initializes a new instance of the attribute with a type definition

PexAssertExcludeTypeAttribute(Type, String)

Initializes a new instance of the attribute with a type definition

PexAssertExcludeTypeAttribute(Type)

Initializes a new instance of the attribute with a type definition

public:
 PexAssertExcludeTypeAttribute(Type ^ type);
public PexAssertExcludeTypeAttribute (Type type);
new Microsoft.Pex.Framework.TestGeneration.PexAssertExcludeTypeAttribute : Type -> Microsoft.Pex.Framework.TestGeneration.PexAssertExcludeTypeAttribute
Public Sub New (type As Type)

Parameters

type
Type

Applies to

PexAssertExcludeTypeAttribute(Type, String)

Initializes a new instance of the attribute with a type definition

public:
 PexAssertExcludeTypeAttribute(Type ^ type, System::String ^ memberNameFilter);
public PexAssertExcludeTypeAttribute (Type type, string memberNameFilter);
new Microsoft.Pex.Framework.TestGeneration.PexAssertExcludeTypeAttribute : Type * string -> Microsoft.Pex.Framework.TestGeneration.PexAssertExcludeTypeAttribute
Public Sub New (type As Type, memberNameFilter As String)

Parameters

type
Type
memberNameFilter
String

the member name filter

Applies to