Click or drag to resize
LocalRegionTKey, TValueCopyTo Method

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

Parameters

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

Implements

IRegionTKey, TValueCopyTo(KeyValuePairTKey, TValue, Int32)
See Also