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

IndexOf() public method

public IndexOf ( object value ) : int
value object
return int
			public virtual int IndexOf (object value)
			{
				return host.IndexOfValue (value);
			}