Artemis.Annotations.ValueProviderAttribute.ValueProviderAttribute C# (CSharp) Method

ValueProviderAttribute() public method

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