Méthode | Description | |
---|---|---|
AssignableFromConstraint ( |
Construct an AssignableFromConstraint for the type provided
|
|
Matches ( object actual ) : bool |
Test whether an object can be assigned from the specified type
|
|
WriteDescriptionTo ( |
Write a description of this constraint to a MessageWriter
|
public AssignableFromConstraint ( |
||
type | ||
Résultat | System |
public Matches ( object actual ) : bool | ||
actual | object | The object to be tested |
Résultat | bool |
public WriteDescriptionTo ( |
||
writer | The MessageWriter to use | |
Résultat | void |