Base:
1 override of GetParameters
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
102
public override ParameterInfo[]
GetParameters
()
1 reference to GetParameters
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
104
return Projector.Project(base.
GetParameters
(), Projector.ProjectParameter);