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

Contains() public method

public Contains ( object key ) : bool
key object
return bool
			public virtual bool Contains (object key)
			{
				return host.Contains (key);
			}