Microsoft.ManagementConsole.SelectedNodeCollection.ICollection C# (CSharp) Method

ICollection() private method

private ICollection ( Array array, int index ) : void
array System.Array
index int
return void
        void ICollection.CopyTo(Array array, int index)
        {
            this._list.CopyTo(array, index);
        }