コード例 #1
0
 public TAttribute[] GetAttributes <TAttribute>() where TAttribute : Attribute
 {
     return(PortableReflection.GetAttributes <TAttribute>(_memberInfo));
 }
コード例 #2
0
 public Attribute[] GetAttributes(System.Type p_type)
 {
     return(PortableReflection.GetAttributes(_memberInfo, p_type));
 }