Пример #1
0
 static public ushort ToUnsignedShort(sbyte item)
 {
     return(item.FitInCappedUnsignedShort());
 }