System.Collections.SortedList.KeyList.Contains C# (CSharp) Method

Contains() public method

public Contains ( Object key ) : bool
key Object
return bool
            public virtual bool Contains(Object key)
            {
                return _sortedList.Contains(key);
            }