LibiadaWeb.Models.CalculatorsData.AttributeValue.AttributeValue C# (CSharp) 메소드

AttributeValue() 공개 메소드

public AttributeValue ( byte attributeId, string value ) : System
attributeId byte
value string
리턴 System
        public AttributeValue(byte attributeId, string value)
        {
            AttributeId = attributeId;
            Value = value;
        }
AttributeValue