AvaloniaDictionaryTKey, TValueRemove Method
Namespace: Avalonia.CollectionsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
abstract Remove :
key : 'TKey -> bool
override Remove :
key : 'TKey -> bool
- key TKey
- The key of the element to remove.
Boolean if the element is successfully removed; otherwise,
. This method also returns
if
key was not found in the original
IDictionaryTKey, TValue.
IDictionaryTKey, TValueRemove(TKey)