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