Boo.Lang.Compiler.Steps.EmitAssembly.GetTypeAttributes C# (CSharp) Méthode

GetTypeAttributes() private méthode

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