using System; using System.Collections.Generic; using System.Li...
C# 类的访问修饰符
public :公开的公共的 private:私有的,只能在当前类的内部访问 protected:受保护的,只能在当前类的内部以及该类的子类中访问。 internal:只能在当前项目中访问。在同一个项...
C# 多态 虚方法 抽象 接口
using System; using System.Collections.Generic; using System.Li...
C# StreamReader和StreamWriter
using System; using System.Collections.Generic; using System.Li...
C# FileStream类
using System; using System.Collections.Generic; using System.IO...
C# Dictionary字典集合
using System; using System.Collections.Generic; using System.Li...
C# 装箱和拆箱
using System; using System.Collections; using System.Collection...
C# List泛型集合
using System; using System.Collections.Generic; using System.Li...
C# File类
using System; using System.Collections.Generic; using System.IO...
C# Path类
using System; using System.Collections.Generic; using System.IO...