protected KeywordSyntaxNode(
[NotNullAttribute] string nodeType
)
Protected Sub New (
<NotNullAttribute> nodeType As String
)
protected:
KeywordSyntaxNode(
[NotNullAttribute] String^ nodeType
)
new :
[<NotNullAttribute>] nodeType : string -> KeywordSyntaxNode