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

IndexOf() public method

public IndexOf ( int index ) : int
index int
return int
			public int IndexOf (int index)
			{
				return indices.IndexOf (index);
			}