Closed
Description
It seems that during API reference migration, some links to enum fields were changed to links to the enum type itself.
For example, compare the documentation for MethodBase.Invoke(Object, Object[])
on MSDN, which talks about the BindingFlags.Default
field as "Default":
While docs.ms talks about "BindingFlags" instead:
This is an issue with the source, it does not contain any mention of Default
.
The same issue happens again on the page with ReflectionPermissionFlag
. Though BindingFlags.Default
in parameters of the MethodBase.Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
overload is fine.