Machine.Specifications.Runner.AssemblyInfo.AssemblyInfo C# (CSharp) Method

AssemblyInfo() public method

public AssemblyInfo ( string name, string location ) : System
name string
location string
return System
        public AssemblyInfo(string name, string location)
        {
            Name = name;
            Location = location;
        }