XRune constructor.

 

   

Syntax
 

[C#]
XRune(char ch)
XRune(int value)
XRune(uint value)
XRune(char highSurrogate, char lowSurrogate)
XRune(Rune rune)

 

   

Params
 
Name Description
ch A non-surrogate character.
value A Unicode scalar value.
highSurrogate The high surrogate of the surrogate pair.
lowSurrogate The low surrogate of the surrogate pair.
rune A rune value.

 

   

Notes
 
XRune constructor.

 

   

Example
 
None.