NormalizedSnapshotSpanCollection.CopyTo Method
Include Protected Members
Include Inherited Members
Copies the collection to an array of snapshot spans at the specified location.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CopyTo(Array, Int32) | Copies the snapshot spans in this collection to the specified array, starting at the specified index. | |
CopyTo(array<SnapshotSpan[], Int32) | Copies the collection to the specified array of snapshot spans at the specified location. |
Top