﻿//----------------------
// <auto-generated>
// </auto-generated>
//----------------------


namespace MyNamespace
{
    #pragma warning disable // Disable all warnings

    public partial class OuterList : System.Collections.ObjectModel.Collection<System.Tuple<int, int>>
    {

    }

    public partial class MyClass
    {

        [Newtonsoft.Json.JsonProperty("OuterList", Required = Newtonsoft.Json.Required.Always)]
        [System.ComponentModel.DataAnnotations.Required]
        public OuterList OuterList { get; set; } = new OuterList();

    }
}