ArrayBuilder<T>.CopyTo(T[], Int32) 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.
public:
void CopyTo(cli::array <T> ^ array, int start);
public void CopyTo (T[] array, int start);
member this.CopyTo : 'T[] * int -> unit
Public Sub CopyTo (array As T(), start As Integer)
Parameters
- array
- T[]
- start
- Int32