Deconstruct Method
Deconstructs the split results into its components.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Deconstruct(
out T first,
out T? second
)
Public Sub Deconstruct (
<OutAttribute> ByRef first As T,
<OutAttribute> ByRef second As T
)
member Deconstruct :
first : 'T byref *
second : 'T byref -> unit
Parameters
See Also
Reference
SplitResult(T) Structure
Avalonia.Media.TextFormatting Namespace