SyntaxFactory.ParseTypeName Method

Definition

Overloads

ParseTypeName(String, Int32, Boolean)

Parse a type name.

ParseTypeName(String, Int32, ParseOptions, Boolean)

Parse a type name.

ParseTypeName(String, Int32, Boolean)

Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb

Parse a type name.

public static Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax ParseTypeName (string text, int offset = 0, bool consumeFullText = true);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax ParseTypeName (string text, int offset, bool consumeFullText);
static member ParseTypeName : string * int * bool -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
static member ParseTypeName : string * int * bool -> Microsoft.CodeAnalysis.VisualBasic.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

Parameters

text
String

The input string

offset
Int32

The starting offset in the string

consumeFullText
Boolean

Returns

Attributes

Applies to

ParseTypeName(String, Int32, ParseOptions, Boolean)

Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb
Source:
SyntaxNodeFactories.vb

Parse a type name.

public static Microsoft.CodeAnalysis.VisualBasic.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.VisualBasic.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

Parameters

text
String

The input string

offset
Int32

The starting offset in the string

options
ParseOptions
consumeFullText
Boolean

Returns

Applies to