EqtBaseCollection<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.
Copies all items in the collection to the provided array, starting with the provided index.
public:
virtual void CopyTo(cli::array <T> ^ array, int index);
public virtual void CopyTo (T[] array, int index);
abstract member CopyTo : 'T[] * int -> unit
override this.CopyTo : 'T[] * int -> unit
Public Overridable Sub CopyTo (array As T(), index As Integer)
Parameters
- array
- T[]
An array of type T
.
- index
- Int32
The index of the collection to start to copy items.