Esempio n. 1
0
 /// <summary>
 /// Adds the targets to the node.
 /// </summary>
 /// <param name="targets">A collection of NAntBuildTargets.</param>
 void AddTargets(NAntBuildTargetCollection targets)
 {
     foreach (NAntBuildTarget target in targets)
     {
         AddTarget(this, target);
     }
 }
		/// <summary>
		/// Adds the targets to the node.
		/// </summary>
		/// <param name="targets">A collection of NAntBuildTargets.</param>
		void AddTargets(NAntBuildTargetCollection targets)
		{
			foreach (NAntBuildTarget target in targets) {
				AddTarget(this, target);
			}
		}