AIMA.Core.Learning.Framework.StringAttribute.StringAttribute C# (CSharp) Méthode

StringAttribute() public méthode

public StringAttribute ( String value, StringAttributeSpecification spec ) : System
value String
spec StringAttributeSpecification
Résultat System
        public StringAttribute(String value, StringAttributeSpecification spec)
        {
            this.spec = spec;
            this.value = value;
        }