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

GetTypeAttributes() private method

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