C# Adding “Current” property to a list class inheriting from list

前端 未结 0 923
北恋
北恋 2020-12-28 22:41

I want to add the "Current" property to my list class VolumeList. Here\'s my code:

class Volume
{
    private string name;
    private string color;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题