摘要: <Window x:Class="WpfApplication1.Window29" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/win 阅读全文
posted @ 2020-12-17 23:30 MaxBruce 阅读(451) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApplication1.Window36" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/win 阅读全文
posted @ 2020-12-17 23:06 MaxBruce 阅读(291) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApplication1.Window38" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/win 阅读全文
posted @ 2020-12-17 22:43 MaxBruce 阅读(257) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApplication1.Window39" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/win 阅读全文
posted @ 2020-12-17 22:32 MaxBruce 阅读(155) 评论(0) 推荐(0)
摘要: App <Application x:Class="WPFDemo.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2020-12-17 22:17 MaxBruce 阅读(132) 评论(0) 推荐(0)
摘要: 一:背景 1. 讲故事 最近发现 C#7 之后的 is 是越来越看不懂了,乍一看花里胡哨的,不过当我静下心来仔细研读,发现这 is 是越来越短小精悍,而且还特别语义化,那怎是一个爽字了得😄,这一篇就和大家简单聊一聊。 二:C#7 之前的 is 如何使用 1. 类型兼容性检测 相信学过 C# 的朋友 阅读全文
posted @ 2020-12-17 14:16 MaxBruce 阅读(171) 评论(0) 推荐(0)