次の方法で共有


PatternAnalyzer.Pattern プロパティ

定義

トークン区切り記号に一致する正規表現パターンを取得または設定します。 既定値は、1 つ以上の空白文字と一致する式です。

[Newtonsoft.Json.JsonProperty(PropertyName="pattern")]
public string Pattern { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pattern")>]
member this.Pattern : string with get, set
Public Property Pattern As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象