Ejemplo n.º 1
0
        public PropSet Clone()
        {
            PropSet clone = new PropSet();

            clone.rawValues = _rawValues;

            return(clone);
        }
Ejemplo n.º 2
0
 public PropTree(PropSet propSet)
 {
     _propSet = propSet;
 }
Ejemplo n.º 3
0
 public PropTree()
 {
     _propSet = new PropSet();
 }