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