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