示例#1
0
 /// <summary>
 /// Creates a new instance of <see cref="CompoundTargetBase"/> and
 /// initializes the <see cref="Targets"/> collection to the provided
 /// list of <see cref="Target"/> objects.
 /// </summary>
 public CompoundTargetBase(params Target[] targets)
 {
     _targets.AddRange(targets);
 }