<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>知识库 - C#基础知识</title>
    <link>https://bbs.666443.xyz/forum-2-1.html</link>
    <description>Latest 20 threads of C#基础知识</description>
    <copyright>Copyright(C) 知识库</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Tue, 14 Apr 2026 02:01:06 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.666443.xyz/static/image/common/logo_88_31.gif</url>
      <title>知识库</title>
      <link>https://bbs.666443.xyz/</link>
    </image>
    <item>
      <title>构造函数重载 调用:this 这样省略每次都写赋值操作，造成代码冗余</title>
      <link>https://bbs.666443.xyz/thread-11-1-1.html</link>
      <description><![CDATA[在 C#中，this() 是构造函数之间的调用语法，用于在一个构造函数中调用同一个类中的另一个构造函数，这种机制称为构造函数链（ConstructorChaining）。构造函数重载 调用:this 这样省略每次都写赋值操作，造成代码冗余作用

[*]减少代码重复：将多个构造函数的共同初始 ...]]></description>
      <category>C#基础知识</category>
      <author>admin</author>
      <pubDate>Fri, 08 Aug 2025 08:58:32 +0000</pubDate>
    </item>
    <item>
      <title>单例模式</title>
      <link>https://bbs.666443.xyz/thread-2-1-1.html</link>
      <description><![CDATA[界面和代码：
 


这样就实现了单例模式，无法打开多个窗口了]]></description>
      <category>C#基础知识</category>
      <author>admin</author>
      <pubDate>Tue, 05 Aug 2025 18:36:49 +0000</pubDate>
    </item>
  </channel>
</rss>