コード例 #1
0
        public SvcMapFile(SvcMapFileImpl impl)
        {
            Debug.Assert(impl != null, "impl is null!");

            _impl = impl;
        }
コード例 #2
0
        public SvcMapFile(SvcMapFileImpl impl)
        {
            Debug.Assert(impl != null, "impl is null!");

            _impl = impl;
        }
コード例 #3
0
 public SvcMapFile()
 {
     _impl = new SvcMapFileImpl();
 }
コード例 #4
0
 public SvcMapFile()
 {
     _impl = new SvcMapFileImpl();
 }