SyntaxFactory.PredefinedType(SyntaxToken) Method

Definition

Represents an occurrence of a Visual Basic built-in type such as Integer or String in source code.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::PredefinedTypeSyntax ^ PredefinedType(Microsoft::CodeAnalysis::SyntaxToken keyword);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.PredefinedTypeSyntax PredefinedType (Microsoft.CodeAnalysis.SyntaxToken keyword);
static member PredefinedType : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PredefinedTypeSyntax
Public Shared Function PredefinedType (keyword As SyntaxToken) As PredefinedTypeSyntax

Parameters

keyword
SyntaxToken

The keyword that was used to describe the built-in type.

Returns

Applies to