IRegionTKey, TValueRemoveAll Method (ICollectionTKey) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid RemoveAll(
ICollection<TKey> keys
)
Sub RemoveAll (
keys As ICollection(Of TKey)
)
void RemoveAll(
ICollection<TKey>^ keys
)
abstract RemoveAll :
keys : ICollection<'TKey> -> unit
Parameters
- keys
- Type: System.Collections.GenericICollectionTKey
See Also