Method TryGetValue
TryGetValue(String, out Comdat)
Gets a value form the collection if it exists
Declaration
public bool TryGetValue(string key, out Comdat value)
Parameters
public bool TryGetValue(string key, out Comdat value)
String | key | Name of the item to retrieve |
Comdat | value | Value of the item if found or null if not found |
Returns
Boolean | true if the value was found the list or false otherwise. |