System.Windows.Forms.CheckedListBox.CheckedItemCollection.IList C# (CSharp) 메소드

IList() 개인적인 메소드

private IList ( int index, object value ) : void
index int
value object
리턴 void
			void IList.Insert (int index, object value)
			{
				throw new NotSupportedException ();
			}

Same methods

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