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

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

private IList ( int index, object value ) : void
index int
value object
Результат void
			void IList.Insert (int index, object value)
			{
				throw new NotSupportedException ("Insert operation is not supported.");
			}

Same methods

ListView.SelectedIndexCollection::IList ( object selectedIndex ) : bool
ListView.SelectedIndexCollection::IList ( object value ) : int
ListView.SelectedIndexCollection::IList ( ) : void
ListView.SelectedIndexCollection::IList ( int index ) : void
ListView.SelectedIndexCollection::IList ( object value ) : void