IRegionTKey, TValueGetEnumerator Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))
IEnumerator<KeyValuePair<TKey, TValue>>^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<'TKey, 'TValue>>
Return Value
Type:
IEnumeratorKeyValuePairTKey,
TValue
See Also