public static ServiceAttributeBase[] GetAll(Type implementationType, Symbol scope)
 => ServiceInfo.For(implementationType, scope).Attributes;
Ejemplo n.º 2
0
 public static ServiceAttributeBase[] GetAll(Type implementationType, Func <ServiceAttributeBase, bool>?filter = null)
 => ServiceInfo.For(implementationType, filter).Attributes;
Ejemplo n.º 3
0
 public static RegisterAttribute[] GetAll(Type implementationType)
 => ServiceInfo.For(implementationType).Attributes;