Share via


RefTypeSyntax.Update Method

Definition

Overloads

Update(SyntaxToken, TypeSyntax)
Update(SyntaxToken, SyntaxToken, TypeSyntax)
Update(SyntaxToken, SyntaxToken, SyntaxToken, TypeSyntax)

Update(SyntaxToken, TypeSyntax)

Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
Source:
RefTypeSyntax.cs
public:
 Microsoft::CodeAnalysis::CSharp::Syntax::RefTypeSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxToken refKeyword, Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ type);
public Microsoft.CodeAnalysis.CSharp.Syntax.RefTypeSyntax Update (Microsoft.CodeAnalysis.SyntaxToken refKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.RefTypeSyntax
Public Function Update (refKeyword As SyntaxToken, type As TypeSyntax) As RefTypeSyntax

Parameters

refKeyword
SyntaxToken
type
TypeSyntax

Returns

Applies to

Update(SyntaxToken, SyntaxToken, TypeSyntax)

Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
RefTypeSyntax.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
public:
 Microsoft::CodeAnalysis::CSharp::Syntax::RefTypeSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxToken refKeyword, Microsoft::CodeAnalysis::SyntaxToken readOnlyKeyword, Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ type);
public Microsoft.CodeAnalysis.CSharp.Syntax.RefTypeSyntax Update (Microsoft.CodeAnalysis.SyntaxToken refKeyword, 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.RefTypeSyntax
Public Function Update (refKeyword As SyntaxToken, readOnlyKeyword As SyntaxToken, type As TypeSyntax) As RefTypeSyntax

Parameters

refKeyword
SyntaxToken
readOnlyKeyword
SyntaxToken
type
TypeSyntax

Returns

Applies to

Update(SyntaxToken, SyntaxToken, SyntaxToken, TypeSyntax)

Source:
Syntax.xml.Syntax.Generated.cs
public Microsoft.CodeAnalysis.CSharp.Syntax.RefTypeSyntax Update (Microsoft.CodeAnalysis.SyntaxToken refKeyword, Microsoft.CodeAnalysis.SyntaxToken readOnlyKeyword, Microsoft.CodeAnalysis.SyntaxToken scopedKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.RefTypeSyntax
Public Function Update (refKeyword As SyntaxToken, readOnlyKeyword As SyntaxToken, scopedKeyword As SyntaxToken, type As TypeSyntax) As RefTypeSyntax

Parameters

refKeyword
SyntaxToken
readOnlyKeyword
SyntaxToken
scopedKeyword
SyntaxToken
type
TypeSyntax

Returns

Applies to