SyntaxFacts.IsAttributeTargetAttributeModifier(SyntaxKind) Method

Definition

public:
 static bool IsAttributeTargetAttributeModifier(Microsoft::CodeAnalysis::VisualBasic::SyntaxKind kind);
public static bool IsAttributeTargetAttributeModifier (Microsoft.CodeAnalysis.VisualBasic.SyntaxKind kind);
static member IsAttributeTargetAttributeModifier : Microsoft.CodeAnalysis.VisualBasic.SyntaxKind -> bool
Public Shared Function IsAttributeTargetAttributeModifier (kind As SyntaxKind) As Boolean

Parameters

kind
SyntaxKind

Returns

Applies to