System.Windows.Forms.ListView.SelectedListViewItemCollection.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.SelectedListViewItemCollection::IList ( object item ) : bool
ListView.SelectedListViewItemCollection::IList ( int index ) : void
ListView.SelectedListViewItemCollection::IList ( int index, object value ) : void
ListView.SelectedListViewItemCollection::IList ( object value ) : void