using System.Collections.Generic; namespace Newtonsoft.Json.Tests.TestObjects { public class Container { public IList In { get; set; } public IList Out { get; set; } } }