[This is preliminary documentation and is subject to change.]
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Remove(
TKey key
)
public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
Public Function Remove (
key As TKey
) As Boolean
public:
virtual bool Remove(
TKey key
) sealed
public:
virtual bool Remove(
TKey key
) sealed
abstract Remove :
key : 'TKey -> bool
override Remove :
key : 'TKey -> bool
abstract Remove :
key : 'TKey -> bool
override Remove :
key : 'TKey -> bool
Return Value
Type:
BooleanImplements
ICacheTable TKey Remove(TKey)