System.Windows.Forms.ListBox.SelectedIndexCollection.SelectedIndexCollection C# (CSharp) Method

SelectedIndexCollection() public method

public SelectedIndexCollection ( ListBox owner ) : System
owner ListBox
return System
			public SelectedIndexCollection (ListBox owner)
			{
				this.owner = owner;
				selection = new ArrayList ();
			}