Compartir a través de


UsingDirectiveSyntax.WithUnsafeKeyword(SyntaxToken) Método

Definición

public Microsoft.CodeAnalysis.CSharp.Syntax.UsingDirectiveSyntax WithUnsafeKeyword (Microsoft.CodeAnalysis.SyntaxToken unsafeKeyword);
member this.WithUnsafeKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.UsingDirectiveSyntax
Public Function WithUnsafeKeyword (unsafeKeyword As SyntaxToken) As UsingDirectiveSyntax

Parámetros

unsafeKeyword
SyntaxToken

Devoluciones

Se aplica a