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

ICollection() private méthode

private ICollection ( Array dest, int index ) : void
dest Array
index int
Résultat void
			void ICollection.CopyTo (Array dest, int index)
			{
				int [] indices = GetIndices ();
				Array.Copy (indices, 0, dest, index, indices.Length);
			}