PersonalizationDictionary.ICollection.CopyTo(Array, Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the CopyTo(Array, Int32) method for the PersonalizationDictionary class.
virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo(Array array, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (array As Array, index As Integer) Implements ICollection.CopyTo
- array
- Array
An Array of DictionaryEntry items to copy into a PersonalizationDictionary.
- index
- Int32
The starting point in a PersonalizationDictionary at which to insert array
.
array
is not an array of DictionaryEntry items.
The CopyTo method checks to determine whether array
is an array of DictionaryEntry items, then calls the PersonalizationDictionary class's own CopyTo method, passing to it array
and index
.
Продукт | Версии |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: