Exemplo n.º 1
0
 public TAttribute[] GetAttributes <TAttribute>() where TAttribute : Attribute
 {
     return(PortableReflection.GetAttributes <TAttribute>(_memberInfo));
 }
Exemplo n.º 2
0
 public Attribute[] GetAttributes(System.Type p_type)
 {
     return(PortableReflection.GetAttributes(_memberInfo, p_type));
 }