System.Windows.Forms.ListView.ListViewItemCollection.ListViewItemCollection C# (CSharp) Method

ListViewItemCollection() public method

public ListViewItemCollection ( ListView owner ) : System.Collections
owner ListView
return System.Collections
			public ListViewItemCollection (ListView owner)
			{
				list = new ArrayList (0);
				this.owner = owner;
			}
			#endregion	// Public Constructor

Same methods

ListView.ListViewItemCollection::ListViewItemCollection ( ListView owner, System.Windows.Forms.ListViewGroup group ) : System.Collections