IResourceCollection Interface |
Namespace: AskiaCore
The IResourceCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of resources in the collection
| |
ItemInt32 |
Find a resource by id
| |
ItemString |
Find a resource by name
|
Name | Description | |
---|---|---|
Create |
Creates a new resource in the collection given its name
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIResource.) | |
Remove(Int32) |
Remove a resource from the collection given its id
| |
Remove(String) |
Remove a resource from the collection given its name
|