CxXmlDocItemParamref
Description
- Derived from
-
CxXmlDocItem abstract
ICxIdContainer
ICxReference
A paragraph content item that represents a reference to a method parameter or a generic type parameter:
<paramref name="name"/> <typeparamref name="name"/>
The ICxReference.Resolved property may return the following values:
-
A CxParameter of a ICxParametersContainer, which is either a constructor, delegate or method parameter.
-
A CxMemberProperty of a CxDeclarationType, when referring to the implicit
'value'
parameter. -
null
iff unresolved