[]
Searches for a Resource with the specified ID.
public Resource Search(int id)
Type | Name | Description |
---|---|---|
int | id |
Type | Description |
---|---|
Resource |
Searches for a Resource with the specified Name.
public Resource Search(string name)
Type | Name | Description |
---|---|---|
string | name |
Type | Description |
---|---|
Resource |