CURELab.SignLanguage.HandDetector.Annotations.HtmlAttributeValueAttribute.HtmlAttributeValueAttribute C# (CSharp) Méthode

HtmlAttributeValueAttribute() public méthode

public HtmlAttributeValueAttribute ( [ name ) : System
name [
Résultat System
    public HtmlAttributeValueAttribute([NotNull] string name)
    {
      Name = name;
    }
HtmlAttributeValueAttribute