UnicodeRange Structure
The UnicodeRange descripes a set of Unicode characters.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public readonly struct UnicodeRange : IEquatable<UnicodeRange>
Public Structure UnicodeRange
Implements IEquatable(Of UnicodeRange)
[<SealedAttribute>]
type UnicodeRange =
struct
inherit ValueType
interface IEquatable<UnicodeRange>
end
Inheritance | Object → ValueType → UnicodeRange |
Implements | IEquatable(UnicodeRange) |
Constructors
UnicodeRange(IReadOnlyList(UnicodeRangeSegment)) | Initializes a new instance of the UnicodeRange class |
UnicodeRange(UnicodeRangeSegment) | Initializes a new instance of the UnicodeRange class |
UnicodeRange(Int32, Int32) | Initializes a new instance of the UnicodeRange class |
Methods
GetType() | Gets 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
Default |