Move towards explicit types
This commit is contained in:
@@ -9,7 +9,7 @@ namespace AS1024.GeoFeed.GeoFeedBuilder
|
||||
{
|
||||
StringBuilder csvContent = new();
|
||||
|
||||
foreach (var feed in geoFeeds)
|
||||
foreach (IPGeoFeed feed in geoFeeds)
|
||||
{
|
||||
csvContent.AppendLine($"{feed.Prefix},{feed.GeolocCountry},{feed.GeolocRegion},{feed.GeolocCity},");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user