Artemis.Annotations.ValueProviderAttribute.ValueProviderAttribute C# (CSharp) Méthode

ValueProviderAttribute() public méthode

public ValueProviderAttribute ( string name ) : System
name string
Résultat System
        public ValueProviderAttribute(string name)
        {
            Name = name;
        }
ValueProviderAttribute