System.Windows.Forms.CheckedListBox.CheckedIndexCollection.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.CheckedIndexCollection::IList ( object index ) : bool
CheckedListBox.CheckedIndexCollection::IList ( object value ) : int
CheckedListBox.CheckedIndexCollection::IList ( ) : void
CheckedListBox.CheckedIndexCollection::IList ( int index ) : void
CheckedListBox.CheckedIndexCollection::IList ( object value ) : void