System.Windows.Forms.ListView.SelectedIndexCollection.IList C# (CSharp) Méthode

IList() private méthode

private IList ( int index ) : void
index int
Résultat void
			void IList.RemoveAt (int index)
			{
				throw new NotSupportedException ("RemoveAt 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, object value ) : void
ListView.SelectedIndexCollection::IList ( object value ) : void