2 references to Rune
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
105
:
this
((uint)value)
149
public static explicit operator Rune(uint value) => new
Rune
(value);