System.Windows.Forms.ListView.CheckedListViewItemCollection.IList C# (CSharp) Method

IList() private method

private IList ( object value ) : int
value object
return int
			int IList.Add (object value)
			{
				throw new NotSupportedException ("Add operation is not supported.");
			}

Same methods

ListView.CheckedListViewItemCollection::IList ( object item ) : bool
ListView.CheckedListViewItemCollection::IList ( ) : void
ListView.CheckedListViewItemCollection::IList ( int index ) : void
ListView.CheckedListViewItemCollection::IList ( int index, object value ) : void
ListView.CheckedListViewItemCollection::IList ( object value ) : void