Method IsSurrogatePair
IsSurrogatePair(Rune)
Reports whether a rune is a surrogate code point.
public static bool IsSurrogatePair(this Rune rune)Parameters
- runeRune
- The rune to probe. 
Returns
Remarks
This is a Terminal.Gui extension method to Rune to support TUI text manipulation.