public Attribute(AttributeInfo attributeInfo) { AttributeInfo = attributeInfo.Copy(); Value = default(T); }