C#as关键字

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