Base class for specialized find and replace collector classes
Inheritance: SIL.FieldWorks.Common.RootSites.CollectorEnv
Exemple #1
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Copy constructor - Initializes a new instance of the
 /// <see cref="T:FindReplaceCollectorEnvBase"/> class.
 /// </summary>
 /// <param name="fc">The FindReplaceCollectorEnvBase object to clone.</param>
 /// ------------------------------------------------------------------------------------
 public FindReplaceCollectorEnvBase(FindReplaceCollectorEnvBase fc) :
     this(fc.m_vc, fc.m_sda, fc.m_hvoCurr, fc.m_frag, fc.m_Pattern, fc.m_searchKiller)
 {
 }
		/// ------------------------------------------------------------------------------------
		/// <summary>
		/// Copy constructor - Initializes a new instance of the
		/// <see cref="T:FindReplaceCollectorEnvBase"/> class.
		/// </summary>
		/// <param name="fc">The FindReplaceCollectorEnvBase object to clone.</param>
		/// ------------------------------------------------------------------------------------
		public FindReplaceCollectorEnvBase(FindReplaceCollectorEnvBase fc) :
			this(fc.m_vc, fc.m_sda, fc.m_hvoCurr, fc.m_frag, fc.m_Pattern, fc.m_searchKiller)
		{
		}