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

IList() private method

private IList ( object value ) : int
value object
return int
			int IList.Add (object value)
			{
				throw new NotSupportedException ();
			}

Same methods

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