Method | Description | |
---|---|---|
AttributeExistsConstraint ( |
Constructs an AttributeExistsConstraint for a specific attribute Type
|
|
Matches ( object actual ) : bool |
Tests whether the object provides the expected attribute.
|
|
WriteDescriptionTo ( |
Writes the description of the constraint to the specified writer
|
public AttributeExistsConstraint ( |
||
type | ||
return | System |
public Matches ( object actual ) : bool | ||
actual | object | A Type, MethodInfo, or other ICustomAttributeProvider |
return | bool |
public WriteDescriptionTo ( |
||
writer | ||
return | void |