摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.ComponentModel;namespace NetService{ public static class GenericParser { public static bool TryParse(this string input, out T output) { bool result = ... 阅读全文
posted @ 2013-07-24 14:16 94cool 阅读(267) 评论(0) 推荐(0)