Method | Description | |
---|---|---|
IsSatisfied ( object datum ) : bool |
Does the supplied datum satisfy the criteria encapsulated by this instance? This implementation respects the inheritance chain of any parameter System.Types... i.e. methods that have a base type (or interface) that is assignable to the System.Type in the same corresponding index of the parameter types will satisfy this criteria instance. |
|
MethodArgumentsCriteria ( ) : System |
Creates a new instance of the MethodArgumentsCriteria class.
|
|
MethodArgumentsCriteria ( object arguments ) : System |
Creates a new instance of the MethodArgumentsCriteria class. If the supplied arguments array is null, then this constructor uses the System.Type.EmptyTypes array. |
public IsSatisfied ( object datum ) : bool | ||
datum | object | The datum to be checked by this criteria instance. |
return | bool |
public MethodArgumentsCriteria ( object arguments ) : System | ||
arguments | object |
/// The |
return | System |