- Type Constraints
-
T | : | class | |
T | : | IRedDotObject | |
Definition at line 24 of file IRDEnumerable.cs.
bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.Contains |
( |
T |
element | ) |
|
bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.ContainsGuid |
( |
Guid |
guid | ) |
|
bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.ContainsName |
( |
string |
name | ) |
|
T erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.GetByGuid |
( |
Guid |
guid | ) |
|
T erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.GetByName |
( |
string |
name | ) |
|
Get the first element with Name == name
bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.TryGetByGuid |
( |
Guid |
guid, |
|
|
out T |
output |
|
) |
| |
bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.TryGetByName |
( |
string |
name, |
|
|
out T |
output |
|
) |
| |
Try to get the first element with Name == name
- Returns
- true, if an element could be found, false otherwise
int erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.Count |
|
get |
The documentation for this interface was generated from the following file: