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