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