Поделиться через


SyntaxFactory.ParseTypeName Метод

Определение

Перегрузки

ParseTypeName(String, Int32, Boolean)

Анализ узла TypeNameSyntax с помощью правила грамматики для имен типов.

ParseTypeName(String, Int32, ParseOptions, Boolean)

Анализ узла TypeNameSyntax с помощью правила грамматики для имен типов.

ParseTypeName(String, Int32, Boolean)

Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs

Анализ узла TypeNameSyntax с помощью правила грамматики для имен типов.

public static Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax ParseTypeName (string text, int offset = 0, bool consumeFullText = true);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax ParseTypeName (string text, int offset, bool consumeFullText);
static member ParseTypeName : string * int * bool -> Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
static member ParseTypeName : string * int * bool -> Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax
Public Shared Function ParseTypeName (text As String, Optional offset As Integer = 0, Optional consumeFullText As Boolean = true) As TypeSyntax
Public Shared Function ParseTypeName (text As String, offset As Integer, consumeFullText As Boolean) As TypeSyntax

Параметры

text
String
offset
Int32
consumeFullText
Boolean

Возвращаемое значение

Атрибуты

Применяется к

ParseTypeName(String, Int32, ParseOptions, Boolean)

Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs

Анализ узла TypeNameSyntax с помощью правила грамматики для имен типов.

public static Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax ParseTypeName (string text, int offset = 0, Microsoft.CodeAnalysis.ParseOptions? options = default, bool consumeFullText = true);
static member ParseTypeName : string * int * Microsoft.CodeAnalysis.ParseOptions * bool -> Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax
Public Shared Function ParseTypeName (text As String, Optional offset As Integer = 0, Optional options As ParseOptions = Nothing, Optional consumeFullText As Boolean = true) As TypeSyntax

Параметры

text
String
offset
Int32
options
ParseOptions
consumeFullText
Boolean

Возвращаемое значение

Применяется к