EAPObjectCacheRemove Method |
Removes the element with the specified key from the internal collection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void Remove(
string index
)
Public Shared Sub Remove (
index As String
)
Parameters
- index
- Type: SystemString
The key of the element to remove
See Also