Bari.Core.Build.Dependencies.ProjectPropertiesDependencies.ProjectPropertiesDependencies C# (CSharp) Method

ProjectPropertiesDependencies() public method

Defines the dependency
public ProjectPropertiesDependencies ( Project project ) : System.Collections.Generic
project Project The project having the dependent properties
return System.Collections.Generic
        public ProjectPropertiesDependencies(Project project, params  string[] properties)
        {
            this.project = project;
            this.properties = new HashSet<string>(properties);
        }