At.FF.Krems.Configuration.Annotations.RazorInjectionAttribute.RazorInjectionAttribute C# (CSharp) Method

RazorInjectionAttribute() public method

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