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

CheckedIndexCollection() public method

public CheckedIndexCollection ( ListView owner ) : System.Collections
owner ListView
return System.Collections
			public CheckedIndexCollection (ListView owner)
			{
				this.owner = owner;
			}
			#endregion	// Public Constructor