Share via


SyntaxFacts.IsPredefinedType(SyntaxKind) Method

Definition

public:
 static bool IsPredefinedType(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind);
public static bool IsPredefinedType (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind);
static member IsPredefinedType : Microsoft.CodeAnalysis.CSharp.SyntaxKind -> bool
Public Function IsPredefinedType (kind As SyntaxKind) As Boolean

Parameters

kind
SyntaxKind

Returns

Applies to