コード例 #1
0
            public static SafeLocalAllocHandle Alloc(int cb)
            {
                SafeLocalAllocHandle handle = new SafeLocalAllocHandle();

                handle.AllocCore(cb);
                return(handle);
            }
コード例 #2
0
 public static SafeLocalAllocHandle Alloc(int cb)
 {
     SafeLocalAllocHandle handle = new SafeLocalAllocHandle();
     handle.AllocCore(cb);
     return handle;
 }