Base:
method
GetPropertyImpl
System.Reflection.Context.Delegation.DelegatingType.GetPropertyImpl(System.String, System.Reflection.BindingFlags, System.Reflection.Binder, System.Type, System.Type[], System.Reflection.ParameterModifier[])
1 override of GetPropertyImpl
System.Reflection.Context (1)
System\Reflection\Context\Custom\CustomType.cs (1)
85protected override PropertyInfo? GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers)
1 reference to GetPropertyImpl
System.Reflection.Context (1)
System\Reflection\Context\Custom\CustomType.cs (1)
87PropertyInfo? property = base.GetPropertyImpl(name, bindingAttr, binder, returnType, types, modifiers);