ProtDeclaration.this

  1. this(Loc loc, Prot protection, Dsymbols* decl)
    class ProtDeclaration
    extern (D)
    this
  2. this(Loc loc, Identifiers* pkg_identifiers, Dsymbols* decl)

Parameters

loc Loc

source location of attribute token

protection Prot

protection attribute data

decl Dsymbols*

declarations which are affected by this protection attribute

Meta