ScopeDsymbol.getNth

Get nth Dsymbol, folding in AttribDeclaration members.

class ScopeDsymbol
static
getNth
(
Dsymbols* members
,
size_t nth
,
size_t* pn = null
)

Return Value

Type: Dsymbol

Dsymbol* nth Dsymbol NULL not found, *pn gets incremented by the number of Dsymbols

Meta