/// <summary> /// Initializes a new instance of the <see cref="PatchSequencer"/> class. /// </summary> internal PatchSequencer() { this.Patches = new Set <string>(StringComparer.OrdinalIgnoreCase); this.TargetProductCodes = new Set <string>(StringComparer.OrdinalIgnoreCase); this.action = new GetApplicablePatchesAction(this.GetApplicablePatches); }
/// <summary> /// Creates a new instance of the <see cref="PatchSequencer"/> class. /// </summary> internal PatchSequencer() { this.Patches = new Set<string>(StringComparer.OrdinalIgnoreCase); this.TargetProductCodes = new Set<string>(StringComparer.OrdinalIgnoreCase); this.action = new GetApplicablePatchesAction(this.GetApplicablePatches); }