AIMA.Core.Learning.Framework.StringAttribute.StringAttribute C# (CSharp) Метод

StringAttribute() публичный Метод

public StringAttribute ( String value, StringAttributeSpecification spec ) : System
value String
spec StringAttributeSpecification
Результат System
        public StringAttribute(String value, StringAttributeSpecification spec)
        {
            this.spec = spec;
            this.value = value;
        }