示例#1
0
        public R Send <T>(T content)
        {
            PackageUtility.Check(expected: typeof(R), actual: typeof(T));

            return((R)(object)content);
        }