OverlayDictionaryCopyTo Method

CVB.Net Documentation
copy the contents of the collection into an array

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public void CopyTo(
	KeyValuePair<string, OverlayPluginInfo>[] entries,
	int index
)

Parameters

entries
Type: System.Collections.GenericKeyValuePairString, OverlayPluginInfo
entries array into which to copy
index
Type: SystemInt32
index at which to start copying

Implements

ICollectionTCopyTo(T, Int32)
Exceptions

ExceptionCondition
ArgumentNullExceptionIf entries is null
ArgumentOutOfRangeExceptionIf index is less than 0
ArgumentExceptionIf the number of elements in this collection is greater than the available space from index to the end of the destination entries
See Also

Reference