示例#1
0
		public static IList<CustomAttributeData> __GetCustomAttributes(Type type, Type interfaceType, Type attributeType, bool inherit)
		{
			return type.GetInterfaceImplCustomAttributes(interfaceType, attributeType);
		}