An AmbiguousMatchException is encountered when the Type.GetProperty(String,...
An AmbiguousMatchException is encountered when the Type.GetProperty(String, BindingFlags) method is used and there are multiple indexers on the type, so it was replaced with a call to Type. GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[]).
Showing
Please register or sign in to comment