Boo.Lang.Compiler.Steps.EmitAssembly.GetAssemblyAttribute C# (CSharp) Method

GetAssemblyAttribute() private method

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