Remove Method
Definition
Namespace: Avalonia.Rendering.Composition.Animations
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
Parameters
Return Value
BooleanImplements
IDictionary(TKey, TValue).Remove(TKey)See Also
Reference
ImplicitAnimationCollection Class
Avalonia.Rendering.Composition.Animations Namespace