。net用lamda实现属性的优雅操作
摘要:1 internal class ExtensionObjectURL 2 { 3 internal string name { get; set; } 4 } 5 internal static class Extension 6 { 7 internal static void NotifycationPrope...
阅读全文
posted @ 2016-05-09 10:13