예제 #1
0
        public PropSet Clone()
        {
            PropSet clone = new PropSet();

            clone.rawValues = _rawValues;

            return(clone);
        }
예제 #2
0
 public PropTree(PropSet propSet)
 {
     _propSet = propSet;
 }
예제 #3
0
 public PropTree()
 {
     _propSet = new PropSet();
 }