Boo.Lang.Compiler.Steps.EmitAssembly.GetAssemblySimpleName C# (CSharp) 메소드

GetAssemblySimpleName() 개인적인 메소드

private GetAssemblySimpleName ( string fname ) : string
fname string
리턴 string
        string GetAssemblySimpleName(string fname)
        {
            return Path.GetFileNameWithoutExtension(fname);
        }
EmitAssembly