Method | Description | |
---|---|---|
IdFilter ( string id ) : System |
Construct an IdFilter for a single value
|
|
Match ( ITest test ) : bool |
Match a test against a single value.
|
public IdFilter ( string id ) : System | ||
id | string | The id the filter will recognize. |
return | System |