Method Validate
Validate()
Checks if the pseudo-class is valid.
Declaration
protected abstract bool Validate()Returns
| Type |
|---|
| bool |
Validate(out int, out int)
Checks if the pseudo class value is <even | odd | An+B>
Declaration
protected bool Validate(out int a, out int b)Parameters
| Type | Name |
|---|---|
| int | a |
| int | b |
Returns
| Type |
|---|
| bool |
