コード例 #1
0
 public Attribute(AttributeInfo attributeInfo)
 {
     AttributeInfo = attributeInfo.Copy();
     Value         = default(T);
 }