ConfigurationSectionGroupCollection.CopyTo Method
Definition
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.
Copies this ConfigurationSectionGroupCollection object to an array.
public:
void CopyTo(cli::array <System::Configuration::ConfigurationSectionGroup ^> ^ array, int index);
public void CopyTo (System.Configuration.ConfigurationSectionGroup[] array, int index);
member this.CopyTo : System.Configuration.ConfigurationSectionGroup[] * int -> unit
Public Sub CopyTo (array As ConfigurationSectionGroup(), index As Integer)
Parameters
- array
- ConfigurationSectionGroup[]
The array to copy the object to.
- index
- Int32
The index location at which to begin copying.
Exceptions
array
is null
.
The length of array
is less than the value of Count plus index
.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.