Unable to access auto implemented property of a struct in a class

前端 未结 0 1528
鱼传尺愫
鱼传尺愫 2021-01-01 21:36

I have the following code:

namespace Structs
{


    public interface IUser
    {
         int age { get; set; }
    }
    public struct User : IUser
    {
           


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