示例#1
0
 protected override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit()
 {
     return(UnderlyingEvent.GetCustomAttributesToEmit());
 }
示例#2
0
 protected override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit(PEModuleBuilder moduleBuilder)
 {
     return(UnderlyingEvent.GetCustomAttributesToEmit(moduleBuilder));
 }
示例#3
0
 protected override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit(ModuleCompilationState compilationState)
 {
     return(UnderlyingEvent.GetCustomAttributesToEmit(compilationState));
 }