System.Windows.Forms.ListBox.SelectedIndexCollection.IList C# (CSharp) Method

IList() private method

private IList ( object selectedIndex ) : bool
selectedIndex object
return bool
			bool IList.Contains (object selectedIndex)
			{
				return Contains ((int)selectedIndex);
			}

Same methods

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