#pragma warning disable ...
#pragma warning restore ...
This commit is contained in:
@ -164,7 +164,7 @@ public class FileRead : Shared.FileRead, IFileRead
|
||||
|
||||
void IFileRead.Callback(object state) => Callback(state);
|
||||
|
||||
protected List<pcl.Description> GetDescriptions(JsonElement[] jsonElements)
|
||||
protected static List<pcl.Description> GetDescriptions(JsonElement[] jsonElements)
|
||||
{
|
||||
List<pcl.Description> results = new();
|
||||
pcl.Description description;
|
||||
|
Reference in New Issue
Block a user