共用方式為


MappingCharFilter.Mappings Property

Definition

A list of mappings of the following format: "a=>b" (all occurrences of the character "a" will be replaced with character "b").

public System.Collections.Generic.IList<string> Mappings { get; }
member this.Mappings : System.Collections.Generic.IList<string>
Public ReadOnly Property Mappings As IList(Of String)

Property Value

Applies to