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