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

ValueProviderAttribute() public method

public ValueProviderAttribute ( [ name ) : System
name [
return System
    public ValueProviderAttribute([NotNull] string name)
    {
      Name = name;
    }
ValueProviderAttribute