Class RateByDateCollection

RateByDateCollection class

表示一个集合,它映射了DateTime到Rate对象.

public class RateByDateCollection : SortedDictionary<DateTime, Rate>

构造函数

姓名描述
RateByDateCollection()默认构造函数。

也可以看看