Ejemplo n.º 1
0
        private static void TestImplicit(byte?x)
        {
            _Byte column = x;

            column.VerifyParam(x);
        }
Ejemplo n.º 2
0
        private void TestParam(byte?x)
        {
            _Byte column = _Byte.Param(x);

            column.VerifyParam(x);
        }