Class RateByDateCollection
RateByDateCollection class
表示一个集合,它映射了DateTime到Rate
对象.
public class RateByDateCollection : SortedDictionary<DateTime, Rate>
构造函数
姓名 | 描述 |
---|---|
RateByDateCollection() | 默认构造函数。 |
也可以看看
- class Rate
- 命名空间 Aspose.Tasks
- 部件 Aspose.Tasks
表示一个集合,它映射了DateTime到Rate
对象.
public class RateByDateCollection : SortedDictionary<DateTime, Rate>
姓名 | 描述 |
---|---|
RateByDateCollection() | 默认构造函数。 |