ProtDeclaration.this

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

Parameters

loc
Type: Loc

source location of attribute token

p
Type: Prot

protection attribute data

decl
Type: Dsymbols*

declarations which are affected by this protection attribute

Meta