System.Windows.Forms.ListView.CheckedIndexCollection.CheckedIndexCollection C# (CSharp) Méthode

CheckedIndexCollection() public méthode

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