System.Windows.Forms.ListBox.IntegerCollection.IntegerCollection C# (CSharp) Méthode

IntegerCollection() public méthode

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