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