Base:
1 override of GetConstructors
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
189
public override ConstructorInfo[]
GetConstructors
(BindingFlags bindingAttr)
1 reference to GetConstructors
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
191
return _projector.Project(base.
GetConstructors
(bindingAttr), _projector.ProjectConstructor);