Compete.Site.Models.AssemblyFile.AssemblyFile C# (CSharp) Méthode

AssemblyFile() public méthode

public AssemblyFile ( string path ) : System
path string
Résultat System
        public AssemblyFile(string path)
        {
            _path = path;
        }