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

GetAssemblyAttribute() 개인적인 메소드

private GetAssemblyAttribute ( string name ) : Attribute
name string
리턴 Boo.Lang.Compiler.Ast.Attribute
        Attribute GetAssemblyAttribute(string name)
        {
            return _assemblyAttributes.Get(name).FirstOrDefault();
        }
EmitAssembly