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

IntegerCollection() public method

public IntegerCollection ( ListBox owner ) : System
owner ListBox
return System
			public IntegerCollection (ListBox owner)
			{
				this.owner = owner;
				list = new List<int> ();
			}
			#endregion