Base:
1 override of ConstructorArguments
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (1)
28
public override IList<CustomAttributeTypedArgument>
ConstructorArguments
1 reference to ConstructorArguments
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (1)
30
get { return _projector.Project(base.
ConstructorArguments
, _projector.ProjectTypedArgument); }