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