System.Windows.Forms.CheckedListBox.CheckedItemCollection.IndexOf C# (CSharp) Method

IndexOf() public method

public IndexOf ( object item ) : int
item object
return int
			public int IndexOf (object item)
			{
				return list.IndexOf (item);
			}