摘要: 将 IEnumerable 的元素强制转换为指定的类型。public static IEnumerable Cast( this IEnumerable source)类型参数TResultsource 中的元素要强制转换成的类型。参数source类型:System.Collections.IEnu... 阅读全文
posted @ 2015-07-05 23:06 hainix 阅读(684) 评论(0) 推荐(0)
摘要: 例:RelayCommand(() => this.AddPerson(), () => this.CanAddPerson());RelayCommand(参数一, 参数二);参数一 :() => this.AddPerson()参数二 :() => this.CanAddPerson()() =... 阅读全文
posted @ 2015-07-05 22:53 hainix 阅读(89) 评论(0) 推荐(0)