Esempio n. 1
0
 object IExtendable.GetAttributeValue(string attributeKey)
 {
     return(customAttributes.GetAttributeValue(attributeKey));
 }
Esempio n. 2
0
 public object GetAttributeValue(string attributeKey)
 {
     return(customAttributes.GetAttributeValue(attributeKey));
 }