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

IndexOf() public method

public IndexOf ( object key ) : int
key object
return int
			public virtual int IndexOf (object key)
			{
				return host.IndexOfKey (key);
			}