Exemple #1
0
        private static void TestImplicit(byte?x)
        {
            _Byte column = x;

            column.VerifyParam(x);
        }
Exemple #2
0
        private void TestParam(byte?x)
        {
            _Byte column = _Byte.Param(x);

            column.VerifyParam(x);
        }