CompiledTextRunInstanceCollection.ICollection<ICompiledTextRunInstance>.CopyTo Method

Definition

 virtual void System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>.CopyTo(cli::array <Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^> ^ array, int arrayIndex) = System::Collections::Generic::ICollection<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>::CopyTo;
void ICollection<ICompiledTextRunInstance>.CopyTo (Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance[] array, int arrayIndex);
abstract member System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>.CopyTo : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance[] * int -> unit
override this.System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>.CopyTo : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance[] * int -> unit
Sub CopyTo (array As ICompiledTextRunInstance(), arrayIndex As Integer) Implements ICollection(Of ICompiledTextRunInstance).CopyTo

Parameters

array
Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance[]
arrayIndex
Int32

Implements

Applies to