'Declaration Public Function TryGetValue( _ ByVal key As TKey, _ ByRef item As TItem _ ) As System.Boolean
public System.bool TryGetValue( TKey key, out TItem item )
C1KeyedList<TKey,TItem> Class C1KeyedList<TKey,TItem> Members