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

IList() private method

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

Same methods

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