Deconstruct Method
Definition
Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Deconstruct(
out T result,
out INameScope scope
)
Public Sub Deconstruct (
<OutAttribute> ByRef result As T,
<OutAttribute> ByRef scope As INameScope
)
member Deconstruct :
result : 'T byref *
scope : INameScope byref -> unit
Parameters
See Also
Reference
TemplateResult(T) Class
Avalonia.Controls.Templates Namespace