nbhh的泛型:TDictionary
摘要:
type TCity = class Country: String; Latitude: Double; Longitude: Double; end; const EPSILON = 0.0000001; var Dictionary: TDictionary<String, TCity>; C 阅读全文
posted @ 2020-04-27 10:07 USEGEAR 阅读(658) 评论(0) 推荐(0) 编辑