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

IList() private méthode

private IList ( object selectedIndex ) : bool
selectedIndex object
Résultat bool
			bool IList.Contains (object selectedIndex)
			{
				if (!(selectedIndex is int))
					return false;
				return Contains ((int) selectedIndex);
			}

Same methods

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