System.Windows.Forms.ListView.SelectedIndexCollection.IList C# (CSharp) Метод

IList() приватный Метод

private IList ( object value ) : int
value object
Результат 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