ProtDeclaration.this

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

Parameters

loc
Type: Loc

source location of attribute token

protection
Type: Prot

protection attribute data

decl
Type: Dsymbols*

declarations which are affected by this protection attribute

Meta