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

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

private IList ( object checkedIndex ) : bool
checkedIndex object
Результат bool
			bool IList.Contains (object checkedIndex)
			{
				if (!(checkedIndex is int))
					return false;
				return Contains ((int) checkedIndex);
			}

Same methods

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