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

IList() private method

private IList ( int index ) : void
index int
return void
			void IList.RemoveAt (int index)
			{
				throw new NotSupportedException ();
			}

Same methods

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