System.Windows.Forms.ListView.CheckedListViewItemCollection.IList C# (CSharp) 메소드

IList() 개인적인 메소드

private IList ( ) : void
리턴 void
			void IList.Clear ()
			{
				throw new NotSupportedException ("Clear operation is not supported.");
			}

Same methods

ListView.CheckedListViewItemCollection::IList ( object item ) : bool
ListView.CheckedListViewItemCollection::IList ( object value ) : int
ListView.CheckedListViewItemCollection::IList ( int index ) : void
ListView.CheckedListViewItemCollection::IList ( int index, object value ) : void
ListView.CheckedListViewItemCollection::IList ( object value ) : void