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

IList() 개인적인 메소드

private IList ( object value ) : int
value object
리턴 int
			int IList.Add (object value)
			{
				throw new NotSupportedException ();
			}

Same methods

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