System.Array. does not contain a definition for “ToList”

后端 未结 4 1995
被撕碎了的回忆
被撕碎了的回忆 2021-02-11 14:38

I\'m getting the above error on the ToList() line of the code below

if (emailReplyTo != null)
{
  System.Collections.Generic.List replyto
    = ema         


        
4条回答
提交回复
热议问题