pascalabcnet/VisualPascalABCNETLinux/MonoDebugging/Soft/JsonSourceLink.cs
2023-04-10 21:04:27 +02:00

10 lines
162 B
C#

using System.Collections.Generic;
namespace Mono.Debugging.Soft
{
public class JsonSourceLink
{
public Dictionary<string, string> Maps { get; set; }
}
}