예제 #1
0
 public static Metadata GetMetadata <T>(this ITypeFeatureProvider typeRepository)
 {
     return(typeRepository.GetMetadata(typeof(T)));
 }
예제 #2
0
 public Metadata GetMetadata(Type type)
 {
     return(inner.GetMetadata(type));
 }