Ejemplo n.º 1
0
		public SearchSettings CopyTo(SearchSettings other) {
			other.SyntaxHighlight = SyntaxHighlight;
			other.MatchWholeWords = MatchWholeWords;
			other.CaseSensitive = CaseSensitive;
			other.MatchAnySearchTerm = MatchAnySearchTerm;
			other.SearchDecompiledData = SearchDecompiledData;
			other.SearchGacAssemblies = SearchGacAssemblies;
			return other;
		}
Ejemplo n.º 2
0
 public SearchSettings CopyTo(SearchSettings other)
 {
     other.SyntaxHighlight = this.SyntaxHighlight;
     return other;
 }
Ejemplo n.º 3
0
 public SearchSettings CopyTo(SearchSettings other)
 {
     other.SyntaxHighlight = this.SyntaxHighlight;
     return(other);
 }