Bari.Core.Build.Dependencies.ProjectPropertiesDependencies.ProjectPropertiesDependencies C# (CSharp) 메소드

ProjectPropertiesDependencies() 공개 메소드

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