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

IList() private method

private IList ( int index, object value ) : void
index int
value object
return void
			void IList.Insert (int index, object value)
			{
				throw new NotSupportedException ();
			}

Same methods

CheckedListBox.CheckedItemCollection::IList ( object value ) : int
CheckedListBox.CheckedItemCollection::IList ( ) : void
CheckedListBox.CheckedItemCollection::IList ( int index ) : void
CheckedListBox.CheckedItemCollection::IList ( object value ) : void