Compete.Site.Models.AssemblyFile.AssemblyFile C# (CSharp) 메소드

AssemblyFile() 공개 메소드

public AssemblyFile ( string path ) : System
path string
리턴 System
        public AssemblyFile(string path)
        {
            _path = path;
        }