C#編程-95:分部類partial的使用

using System; using System.Collections.Generic; using System.Linq; using System.Text;   namespace PartialTest {     partial class Arithmetic     {         public int Factorial(int num)         {      
相關文章
相關標籤/搜索