コード例 #1
0
 internal override void AddSynthesizedAttributes(ModuleCompilationState compilationState, ref ArrayBuilder <SynthesizedAttributeData> attributes)
 {
     underlyingParameter.AddSynthesizedAttributes(compilationState, ref attributes);
 }
コード例 #2
0
 internal override void AddSynthesizedAttributes(ref ArrayBuilder <SynthesizedAttributeData> attributes)
 {
     underlyingParameter.AddSynthesizedAttributes(ref attributes);
 }