Boo.Lang.Compiler.Steps.EmitAssembly.GetNestedTypeAttributes C# (CSharp) 메소드

GetNestedTypeAttributes() 개인적인 메소드

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