ConfigurationSectionCollection.CopyTo(ConfigurationSection[], Int32) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Kopieert dit ConfigurationSectionCollection object naar een matrix.
public:
void CopyTo(cli::array <System::Configuration::ConfigurationSection ^> ^ array, int index);
public void CopyTo(System.Configuration.ConfigurationSection[] array, int index);
member this.CopyTo : System.Configuration.ConfigurationSection[] * int -> unit
Public Sub CopyTo (array As ConfigurationSection(), index As Integer)
Parameters
- array
- ConfigurationSection[]
De matrix waarnaar het ConfigurationSectionCollection object moet worden gekopieerd.
- index
- Int32
De indexlocatie waarop moet worden gekopieerd.
Uitzonderingen
array is null.
De lengte van array is kleiner dan de waarde van Count plus index.