UnicodeRange Structure

The UnicodeRange descripes a set of Unicode characters.

Definition

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

Methods

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

Fields

See Also