public NotifyPropertyChangedInvocatorAttribute()

in src/Annotations.cs [365:368]


    public NotifyPropertyChangedInvocatorAttribute([NotNull] string parameterName)
    {
      ParameterName = parameterName;
    }