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