次の方法で共有


CSharpCodeParser.Keywords プロパティ

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。C シャープ言語キーワードを取得または設定します。

protected internal System.Collections.Generic.ISet<string> Keywords { get; }
member this.Keywords : System.Collections.Generic.ISet<string>
Protected Friend ReadOnly Property Keywords As ISet(Of String)

プロパティ値

C# 言語のキーワード。

適用対象