C#as關鍵字

interface IFood { void Food(); } interface IVoice { void Voice(); } class Cat : IFood, IVoice { public void Food() { Console.W
相關文章
相關標籤/搜索