Метод | Описание | |
---|---|---|
AssignableToConstraint ( |
Construct an AssignableToConstraint for the type provided
|
|
Matches ( object actual ) : bool |
Test whether an object can be assigned to the specified type
|
|
WriteDescriptionTo ( |
Write a description of this constraint to a MessageWriter
|
public AssignableToConstraint ( |
||
type | ||
Результат | System |
public Matches ( object actual ) : bool | ||
actual | object | The object to be tested |
Результат | bool |
public WriteDescriptionTo ( |
||
writer | The MessageWriter to use | |
Результат | void |