次の方法で共有


MappingCharFilter.Mappings プロパティ

定義

"a=>b" という形式のマッピングの一覧を取得または設定します (文字 "a" のすべての出現箇所は、文字 "b" に置き換えられます)。

[Newtonsoft.Json.JsonProperty(PropertyName="mappings")]
public System.Collections.Generic.IList<string> Mappings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mappings")>]
member this.Mappings : System.Collections.Generic.IList<string> with get, set
Public Property Mappings As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象