Method | Description | |
---|---|---|
IsSatisfied ( object datum ) : bool |
Does the supplied datum satisfy the criteria encapsulated by this instance?
|
|
RegularExpressionMethodNameCriteria ( ) : System.Reflection |
Creates a new instance of the RegularExpressionMethodNameCriteria class.
|
|
RegularExpressionMethodNameCriteria ( string methodNamePattern ) : System.Reflection |
Creates a new instance of the RegularExpressionMethodNameCriteria class.
|
public IsSatisfied ( object datum ) : bool | ||
datum | object | The datum to be checked by this criteria instance. |
return | bool |
public RegularExpressionMethodNameCriteria ( ) : System.Reflection | ||
return | System.Reflection |
public RegularExpressionMethodNameCriteria ( string methodNamePattern ) : System.Reflection | ||
methodNamePattern | string |
/// The pattern that |
return | System.Reflection |