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

IList() private méthode

private IList ( ) : void
Résultat void
			void IList.Clear ()
			{
				throw new NotSupportedException ("Clear operation is not supported.");
			}

Same methods

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