예제 #1
0
 internal override IList <CustomAttributeData> GetCustomAttributesData(Type attributeType)
 {
     return(forward.GetCustomAttributesData(attributeType));
 }
예제 #2
0
 public static IList <CustomAttributeData> __GetCustomAttributes(ParameterInfo parameter, Type attributeType, bool inherit)
 {
     return(parameter.GetCustomAttributesData(attributeType));
 }
예제 #3
0
		public static IList<CustomAttributeData> __GetCustomAttributes(ParameterInfo parameter, Type attributeType, bool inherit)
		{
			return parameter.GetCustomAttributesData(attributeType);
		}
예제 #4
0
 public static IList <CustomAttributeData> GetCustomAttributes(ParameterInfo parameter)
 {
     return(parameter.GetCustomAttributesData(null));
 }
예제 #5
0
		public static IList<CustomAttributeData> GetCustomAttributes(ParameterInfo parameter)
		{
			return parameter.GetCustomAttributesData(null);
		}