CsEntityFormalParameter Struct Reference
Formal parameter entity.
More...
List of all members.
Detailed Description
Formal parameter entity.
Constructor & Destructor Documentation
CsEntityFormalParameter::CsEntityFormalParameter |
( |
WPHashString |
phs, |
|
|
CsFormalParameter * |
param_ | |
|
) |
| | [inline] |
virtual CsEntityFormalParameter::~CsEntityFormalParameter |
( |
|
) |
[inline, virtual] |
Member Function Documentation
bool CsEntityFormalParameter::isHasDefault |
( |
|
) |
const [inline] |
bool CsEntityFormalParameter::isOptional |
( |
|
) |
const [inline] |
bool CsEntityFormalParameter::isOut |
( |
|
) |
const [inline] |
bool CsEntityFormalParameter::isRef |
( |
|
) |
const [inline] |
virtual void CsEntityFormalParameter::setDynamicType |
( |
const bool * |
traverseFlags |
) |
[inline, virtual] |
virtual void CsEntityFormalParameter::setDynamicType |
( |
|
) |
[inline, virtual] |
virtual void CsEntityFormalParameter::visit |
( |
CsEntityVisitor * |
visitor |
) |
[inline, virtual] |
Member Data Documentation
true - if System.ParamArrayAttribute is set for last parameter, false - otherwise (parameters keyword in C#).
AST-node where entity was defined. Null for parameters defined in entities imported from assemblies.