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