public class pinyin private shared a() as string = {"a", "ā", "á", "ǎ", "à"} private shared o() as string = {"o", "ō", "ó", "ǒ", "ò"} private shared e() as string = {"e", "ē", "é", "ě", "è"} private shared i() as string = {"i", "ī", "í", "ǐ", "ì"} private shared u() as string = {"u", "ū", "ú", "ǔ", "ù"} private shared v() as string = {"ü", "ǖ", "ǘ", "ǚ", "ǜ"}
'是否强制转换:如果为真,即将标明声调的数字前的韵母根据标明声调的数字转换为相应的声调 '如果为假,即根据拼音规则转换 private shared miscompelled as boolean = false public shared property iscompelled() as boolean get return miscompelled end get set(byval value as boolean) miscompelled = value end set end property public shared pylist as new system.collections.sortedlist()