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

GetNestedTypeAttributes() private méthode

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