UnicodeRangeSegment Structure

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct UnicodeRangeSegment : IEquatable<UnicodeRangeSegment>
Inheritance
Object    ValueType    UnicodeRangeSegment
Implements
IEquatableUnicodeRangeSegment

Properties

End Get the end of the segment.
Start Get the start of the segment.

Methods

GetTypeGets the Type of the current instance.
(Inherited from Object)
IsInRange(Int32) Determines if given value is inside the range segment.
Parse(String) Parses a UnicodeRangeSegment.

See Also