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