Beispiel #1
0
 public static object GetAttribute <T>(this T store, string key)
 {
     return(AttributeStore <T> .GetAttribute(store, key));
 }
Beispiel #2
0
 public static TResult GetAttribute <T, TResult>(this T store, string key)
 {
     return(AttributeStore <T> .GetAttribute <TResult>(store, key));
 }