public TAttribute[] GetAttributes <TAttribute>() where TAttribute : Attribute
 {
     return(PortableReflection.GetAttributes <TAttribute>(_memberInfo));
 }
 public Attribute[] GetAttributes(System.Type p_type)
 {
     return(PortableReflection.GetAttributes(_memberInfo, p_type));
 }