Click or drag to resize
SyncDictionaryCopyTo Method

[Missing <summary> documentation for "M:X3Platform.Collections.SyncDictionary.CopyTo(System.Array,System.Int32)"]

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray

[Missing <param name="array"/> documentation for "M:X3Platform.Collections.SyncDictionary.CopyTo(System.Array,System.Int32)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:X3Platform.Collections.SyncDictionary.CopyTo(System.Array,System.Int32)"]

Implements

ICollectionCopyTo(Array, Int32)
See Also