Click or drag to resize
IRegionTKey, TValueCopyTo Method

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void CopyTo(
	KeyValuePair<TKey, TValue>[] toArray,
	int startIdx
)

Parameters

toArray
Type: System.Collections.GenericKeyValuePairTKey, TValue
startIdx
Type: SystemInt32
See Also