示例#1
0
文件: Program.cs 项目: wzchua/docs
 void Test()
 {
     //<Snippet3>
     Automobile.Drive();
     int i = Automobile.NumberOfWheels;
     //</Snippet3>
 }
示例#2
0
文件: [C]CS0432.cs 项目: thufv/Prem
 void func()
 {
     Automobile.Drive();
 }