public AspChildControlTypeAttribute()

in GameOfLife/Properties/Annotations.cs [940:944]


    public AspChildControlTypeAttribute([NotNull] string tagName, [NotNull] Type controlType)
    {
      TagName = tagName;
      ControlType = controlType;
    }