public DocumentTabServiceSettings CopyTo(DocumentTabServiceSettings other) {
			other.RestoreTabs = RestoreTabs;
			other.DecompileFullType = DecompileFullType;
			return other;
		}
Exemplo n.º 2
0
 public DocumentTabServiceSettings CopyTo(DocumentTabServiceSettings other)
 {
     other.RestoreTabs       = RestoreTabs;
     other.DecompileFullType = DecompileFullType;
     return(other);
 }