System.Windows.Forms.ListView.CheckedIndexCollection.IList C# (CSharp) Method

IList() private method

private IList ( int index, object value ) : void
index int
value object
return void
			void IList.Insert (int index, object value)
			{
				throw new NotSupportedException ("Insert operation is not supported.");
			}

Same methods

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