PropertiesTPropKey, TPropValueRemove Method |
Remove the key from the collection.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Remove(
TPropKey key
)
Public Sub Remove (
key As TPropKey
)
public:
void Remove(
TPropKey key
)
member Remove :
key : 'TPropKey -> unit
Parameters
- key
- Type: TPropKey
the key to remove
Exceptions
See Also