Method TryGetValue
TryGetValue(string, out Comdat)
Gets a value form the collection if it exists
public bool TryGetValue(string key, out Comdat value)
Parameters
key
stringName of the item to retrieve
value
ComdatValue of the item if found or null if not found