Method | Description | |
---|---|---|
IsSatisfied ( object datum ) : bool |
Does the supplied datum satisfy the criteria encapsulated by this instance?
|
|
MethodParametersCriteria ( ) : System |
Creates a new instance of the MethodParametersCriteria class.
|
|
MethodParametersCriteria ( |
Creates a new instance of the MethodParametersCriteria class. If the supplied parameters 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 MethodParametersCriteria ( |
||
parameters |
/// The |
|
return | System |