今天踩到的低級錯誤,用以下範例重現。
假設有物件 Foo,建構時傳入字串,透過 List<string> List 與 Dictionary<string, int> Stats 兩個唯讀屬性傳回包含字元清單及出現次數統計:
public class Foo {
p... Read More
↧