TempFileCollection::CopyTo Method (array<String^>^, Int32)

 

Copies the members of the collection to the specified string, beginning at the specified index.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
void CopyTo(
	array<String^>^ fileNames,
	int start
)

Parameters

fileNames
Type: array<System::String^>^

The array of strings to copy to.

start
Type: System::Int32

The index of the array to begin copying to.

.NET Framework
Available since 1.1
Return to top
Show: