-
David O'Meara authored
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[]).
53a38787