IRegionTKey, TValueCopyTo Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid CopyTo(
KeyValuePair<TKey, TValue>[] toArray,
int startIdx
)
Sub CopyTo (
toArray As KeyValuePair(Of TKey, TValue)(),
startIdx As Integer
)
void CopyTo(
array<KeyValuePair<TKey, TValue>>^ toArray,
int startIdx
)
abstract CopyTo :
toArray : KeyValuePair<'TKey, 'TValue>[] *
startIdx : int -> unit
Parameters
- toArray
- Type: System.Collections.GenericKeyValuePairTKey, TValue
- startIdx
- Type: SystemInt32
See Also