SplitResultTDeconstruct Method
Deconstructs the split results into its components.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
- first T
- On return, contains the first part.
- second T
- On return, contains the second part.