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