예제 #1
0
 static void Main(string[] args)
 {
     Inheritance.Example();
     NestedTypes.Example();
     Polymorphism.Example();
     Polymorphism.VirtualExamples();
     NewMethodHierarchy.NewMethods.Example();
 }
예제 #2
0
파일: Program.cs 프로젝트: wzchua/docs
 static void Main(string[] args)
 {
     NestedTypes.Example();
 }