System.Windows.Forms.ComboBox.ObjectCollection.ObjectCollection C# (CSharp) Method

ObjectCollection() public method

public ObjectCollection ( ComboBox owner ) : System.Collections
owner ComboBox
return System.Collections
			public ObjectCollection (ComboBox owner)
			{
				this.owner = owner;
			}