VisibilityDeclaration.this

  1. this(Loc loc, Visibility visibility, Dsymbols* decl)
  2. this(Loc loc, Identifier[] pkg_identifiers, Dsymbols* decl)
    class VisibilityDeclaration
    extern (D)
    this
    (
    const ref Loc loc
    ,,
    Dsymbols* decl
    )

Parameters

loc Loc

source location of attribute token

pkg_identifiers Identifier[]

list of identifiers for a qualified package name

decl Dsymbols*

declarations which are affected by this visibility attribute

Suggestion Box / Bug Report