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

IList() private method

private IList ( ) : void
return void
			void IList.Clear ()
			{
				throw new NotSupportedException ("Clear operation is not supported.");
			}

Same methods

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