Partager via


SyntaxToken.WithoutAnnotations Méthode

Définition

Surcharges

WithoutAnnotations(SyntaxAnnotation[])

Crée un jeton de syntaxe identique à celui-ci sans les annotations spécifiées.

WithoutAnnotations(IEnumerable<SyntaxAnnotation>)

Crée un jeton de syntaxe identique à celui-ci sans les annotations spécifiées.

WithoutAnnotations(String)

Crée un jeton de syntaxe identique à celui-ci sans annotations du type spécifié.

WithoutAnnotations(SyntaxAnnotation[])

Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs

Crée un jeton de syntaxe identique à celui-ci sans les annotations spécifiées.

public:
 Microsoft::CodeAnalysis::SyntaxToken WithoutAnnotations(... cli::array <Microsoft::CodeAnalysis::SyntaxAnnotation ^> ^ annotations);
public Microsoft.CodeAnalysis.SyntaxToken WithoutAnnotations (params Microsoft.CodeAnalysis.SyntaxAnnotation[] annotations);
member this.WithoutAnnotations : Microsoft.CodeAnalysis.SyntaxAnnotation[] -> Microsoft.CodeAnalysis.SyntaxToken
Public Function WithoutAnnotations (ParamArray annotations As SyntaxAnnotation()) As SyntaxToken

Paramètres

annotations
SyntaxAnnotation[]

Retours

S’applique à

WithoutAnnotations(IEnumerable<SyntaxAnnotation>)

Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs

Crée un jeton de syntaxe identique à celui-ci sans les annotations spécifiées.

public:
 Microsoft::CodeAnalysis::SyntaxToken WithoutAnnotations(System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxAnnotation ^> ^ annotations);
public Microsoft.CodeAnalysis.SyntaxToken WithoutAnnotations (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxAnnotation> annotations);
member this.WithoutAnnotations : seq<Microsoft.CodeAnalysis.SyntaxAnnotation> -> Microsoft.CodeAnalysis.SyntaxToken
Public Function WithoutAnnotations (annotations As IEnumerable(Of SyntaxAnnotation)) As SyntaxToken

Paramètres

Retours

S’applique à

WithoutAnnotations(String)

Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs
Source:
SyntaxToken.cs

Crée un jeton de syntaxe identique à celui-ci sans annotations du type spécifié.

public:
 Microsoft::CodeAnalysis::SyntaxToken WithoutAnnotations(System::String ^ annotationKind);
public Microsoft.CodeAnalysis.SyntaxToken WithoutAnnotations (string annotationKind);
member this.WithoutAnnotations : string -> Microsoft.CodeAnalysis.SyntaxToken
Public Function WithoutAnnotations (annotationKind As String) As SyntaxToken

Paramètres

annotationKind
String

Retours

S’applique à