Ejemplo n.º 1
0
        public static T Allocate()
        {
            var rc = _allocator.Allocate();

            AssertUtility.Assert(rc.GetType() == typeof(T));
            return((T)rc);
        }
Ejemplo n.º 2
0
        public static T Allocate()
        {
            var rc = _allocator.Allocate();

            return((T)rc);
        }