public readonly struct UnicodeRangeSegment : IEquatable<UnicodeRangeSegment>Public Structure UnicodeRangeSegment
Implements IEquatable(Of UnicodeRangeSegment)[<SealedAttribute>]
type UnicodeRangeSegment =
struct
inherit ValueType
interface IEquatable<UnicodeRangeSegment>
end| 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. |