Beispiel #1
0
        static uint Sizeof <T>()
        {
            Cil.Sizeof <T>();
            Cil.Ret();

            return(0);
        }