CrefParameterSyntax.Update 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.
Overloads
Update(SyntaxToken, TypeSyntax) | |
Update(SyntaxToken, SyntaxToken, TypeSyntax) |
Update(SyntaxToken, TypeSyntax)
- Source:
- CrefParameterSyntax.cs
- Source:
- CrefParameterSyntax.cs
- Source:
- CrefParameterSyntax.cs
public:
Microsoft::CodeAnalysis::CSharp::Syntax::CrefParameterSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxToken refKindKeyword, Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ type);
public Microsoft.CodeAnalysis.CSharp.Syntax.CrefParameterSyntax Update (Microsoft.CodeAnalysis.SyntaxToken refKindKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.CrefParameterSyntax
Public Function Update (refKindKeyword As SyntaxToken, type As TypeSyntax) As CrefParameterSyntax
Parameters
- refKindKeyword
- SyntaxToken
- type
- TypeSyntax
Returns
Applies to
Update(SyntaxToken, SyntaxToken, TypeSyntax)
public Microsoft.CodeAnalysis.CSharp.Syntax.CrefParameterSyntax Update (Microsoft.CodeAnalysis.SyntaxToken refKindKeyword, Microsoft.CodeAnalysis.SyntaxToken readOnlyKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.CrefParameterSyntax
Public Function Update (refKindKeyword As SyntaxToken, readOnlyKeyword As SyntaxToken, type As TypeSyntax) As CrefParameterSyntax
Parameters
- refKindKeyword
- SyntaxToken
- readOnlyKeyword
- SyntaxToken
- type
- TypeSyntax
Returns
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.