public RazorInjectionAttribute()

in GameOfLife/Properties/Annotations.cs [995:999]


    public RazorInjectionAttribute([NotNull] string type, [NotNull] string fieldName)
    {
      Type = type;
      FieldName = fieldName;
    }