Exemplo n.º 1
0
        public object Clone()
        {
            IPathInfoInstance clone = new IPathInfoImplInstance();

            clone.Value = this.Value;
            return(clone);
        }
Exemplo n.º 2
0
 public object newInstance()
 {
     this.instance = new IPathInfoImplInstance();
     return(this.instance);
 }