示例#1
0
 private void CopyTo(EyesTargetContainer c, int cloneFlags)
 {
     c.target_  = target_?.Clone(cloneFlags);
     c.enabled_ = enabled_;
 }