Closed samtrion closed 4 years ago
Both type.GetMethods(...) and methodInfo.GetCustomAttributes<>() return an empty array if nothing was found.
type.GetMethods(...)
methodInfo.GetCustomAttributes<>()
Both
type.GetMethods(...)
andmethodInfo.GetCustomAttributes<>()
return an empty array if nothing was found.