Answers for "c# return list"

C#
0

c# return list

Try this:

public static List<string> retrieveAllIP() 
{
   var retList = new List<string>();
   foreach(strings inaddIP)
   {
      string returnIP = s;
      retList.Add(returnIP);
   }
   return retList;
}
Posted by: Guest on March-05-2021

C# Answers by Framework

Browse Popular Code Answers by Language