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

GetNestedTypeAttributes() private method

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