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

IList() private method

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

Same methods

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