Exemple #1
0
 object IExtendable.GetAttributeValue(string attributeKey)
 {
     return(customAttributes.GetAttributeValue(attributeKey));
 }
 public object GetAttributeValue(string attributeKey)
 {
     return(customAttributes.GetAttributeValue(attributeKey));
 }