/// <summary> /// Initializes a new instance of the ModulePatchParameters class with /// required arguments. /// </summary> public ModulePatchParameters(ModulePatchProperties properties) : this() { if (properties == null) { throw new ArgumentNullException("properties"); } this.Properties = properties; }