System.Collections.EmptyReadOnlyDictionaryInternal.Contains C# (CSharp) Méthode

Contains() public méthode

public Contains ( Object key ) : bool
key Object
Résultat bool
        public bool Contains(Object key) {
            return false;
        }