QualifiedCrefSyntax.Update(TypeSyntax, SyntaxToken, MemberCrefSyntax) 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.
public:
Microsoft::CodeAnalysis::CSharp::Syntax::QualifiedCrefSyntax ^ Update(Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ container, Microsoft::CodeAnalysis::SyntaxToken dotToken, Microsoft::CodeAnalysis::CSharp::Syntax::MemberCrefSyntax ^ member);
public Microsoft.CodeAnalysis.CSharp.Syntax.QualifiedCrefSyntax Update (Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax container, Microsoft.CodeAnalysis.SyntaxToken dotToken, Microsoft.CodeAnalysis.CSharp.Syntax.MemberCrefSyntax member);
member this.Update : Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.MemberCrefSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.QualifiedCrefSyntax
Public Function Update (container As TypeSyntax, dotToken As SyntaxToken, member As MemberCrefSyntax) As QualifiedCrefSyntax
Parameters
- container
- TypeSyntax
- dotToken
- SyntaxToken
- member
- MemberCrefSyntax