How do i assign a streamreader value to a property on an object inside of a list

前端 未结 0 1508
南方客
南方客 2020-12-10 23:10

I have a class which holds a list as a property as shown below.

class Movie
{
    public String Name { get; set; }

    public int RottenTomatoesScore { get;          


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