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

GetTypeAttributes() 개인적인 메소드

private GetTypeAttributes ( Boo.Lang.Compiler.Ast.TypeMember type ) : TypeAttributes
type Boo.Lang.Compiler.Ast.TypeMember
리턴 TypeAttributes
        TypeAttributes GetTypeAttributes(TypeMember type)
        {
            return GetExtendedTypeAttributes(GetTypeVisibilityAttributes(type), type);
        }
EmitAssembly