Method Add
Add<T>(string)
Add a new usable pseudo class
Declaration
public static void Add<T>(string name) where T : PseudoClass, new()Parameters
| Type | Name |
|---|---|
| string | name |
Type Parameters
| Name |
|---|
| T |
Exceptions
| Type |
|---|
| ArgumentException |
| Exception |
Add a new usable pseudo class
public static void Add<T>(string name) where T : PseudoClass, new()| Type | Name | Description |
|---|---|---|
| string | name |
| Name | Description |
|---|---|
| T |
| Type | Condition |
|---|---|
| ArgumentException | |
| Exception |