Base:
1 override of GetProperties
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
282
public override PropertyInfo[]
GetProperties
(BindingFlags bindingAttr)
1 reference to GetProperties
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
284
return _projector.Project(base.
GetProperties
(bindingAttr), _projector.ProjectProperty);