Пример #1
0
 /// <summary>
 /// Get current values as a dictionary.
 /// </summary>
 public IDictionary <string, Tuple <T, object> > GetPropertiesValuesWithAttr()
 {
     return(TypeHelper.GetPropertiesValuesWithAttr(properties, this));
 }