ushort literal C# with Example
ushort type has no literal suffix. Integer literals are implicitly converted from int: ushort us = 127;