System.Windows.Forms.CheckedListBox.CheckedItemCollection.IList C# (CSharp) Method

IList() private method

private IList ( int index ) : void
index int
return void
			void IList.RemoveAt (int index)
			{
				throw new NotSupportedException ();
			}
	

Same methods

CheckedListBox.CheckedItemCollection::IList ( object value ) : int
CheckedListBox.CheckedItemCollection::IList ( ) : void
CheckedListBox.CheckedItemCollection::IList ( int index, object value ) : void
CheckedListBox.CheckedItemCollection::IList ( object value ) : void