System.Collections.EmptyReadOnlyDictionaryInternal.Contains C# (CSharp) Method

Contains() public method

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