SyntaxToken.WithoutAnnotations メソッド

定義

オーバーロード

WithoutAnnotations(SyntaxAnnotation[])

注釈を指定せずに、これと同じ新しい構文トークンを作成します。

WithoutAnnotations(IEnumerable<SyntaxAnnotation>)

注釈を指定せずに、これと同じ新しい構文トークンを作成します。

WithoutAnnotations(String)

指定した種類の注釈なしで、これと同じ新しい構文トークンを作成します。

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

注釈を指定せずに、これと同じ新しい構文トークンを作成します。

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

パラメーター

annotations
SyntaxAnnotation[]

戻り値

適用対象

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

注釈を指定せずに、これと同じ新しい構文トークンを作成します。

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

パラメーター

戻り値

適用対象

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

指定した種類の注釈なしで、これと同じ新しい構文トークンを作成します。

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

パラメーター

annotationKind
String

戻り値

適用対象