Freigeben über


SyntaxToken.WithoutAnnotations Methode

Definition

Überlädt

WithoutAnnotations(SyntaxAnnotation[])

Erstellt ein neues Syntaxtoken, das mit diesem token identisch ist, ohne dass die angegebenen Anmerkungen vorhanden sind.

WithoutAnnotations(IEnumerable<SyntaxAnnotation>)

Erstellt ein neues Syntaxtoken, das mit diesem token identisch ist, ohne dass die angegebenen Anmerkungen vorhanden sind.

WithoutAnnotations(String)

Erstellt ein neues Syntaxtoken, das mit diesem token identisch ist, ohne Anmerkungen der angegebenen Art.

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

Erstellt ein neues Syntaxtoken, das mit diesem token identisch ist, ohne dass die angegebenen Anmerkungen vorhanden sind.

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

Parameter

annotations
SyntaxAnnotation[]

Gibt zurück

Gilt für:

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

Erstellt ein neues Syntaxtoken, das mit diesem token identisch ist, ohne dass die angegebenen Anmerkungen vorhanden sind.

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

Parameter

Gibt zurück

Gilt für:

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

Erstellt ein neues Syntaxtoken, das mit diesem token identisch ist, ohne Anmerkungen der angegebenen Art.

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

Parameter

annotationKind
String

Gibt zurück

Gilt für: