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

IList() private method

private IList ( object index ) : bool
index object
return bool
			bool IList.Contains (object index)
			{
				return Contains ((int)index);
			}

Same methods

CheckedListBox.CheckedIndexCollection::IList ( object value ) : int
CheckedListBox.CheckedIndexCollection::IList ( ) : void
CheckedListBox.CheckedIndexCollection::IList ( int index ) : void
CheckedListBox.CheckedIndexCollection::IList ( int index, object value ) : void
CheckedListBox.CheckedIndexCollection::IList ( object value ) : void