SplitResultT Structure

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct SplitResult<T>
Inheritance
Object    ValueType    SplitResultT

Type Parameters

T

Properties

First Gets the first part.
Second Gets the second part.

Methods

Deconstruct(T, T) Deconstructs the split results into its components.
Equals(Object)Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also