SyntaxFactory.XmlParamRefElement(String) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the syntax representation of a paramref element within xml documentation comments (e.g. for referencing particular parameters of a method).
public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::XmlEmptyElementSyntax ^ XmlParamRefElement(System::String ^ parameterName);public static Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntax XmlParamRefElement(string parameterName);static member XmlParamRefElement : string -> Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntaxPublic Shared Function XmlParamRefElement (parameterName As String) As XmlEmptyElementSyntaxParameters
- parameterName
- String
The name of the referenced parameter.