コード例 #1
0
 object IExtendable.GetAttributeValue(string attributeKey)
 {
     return(customAttributes.GetAttributeValue(attributeKey));
 }
コード例 #2
0
 public object GetAttributeValue(string attributeKey)
 {
     return(customAttributes.GetAttributeValue(attributeKey));
 }