Пример #1
0
 internal override void SwitchToExplicitImplementation()
 {
     name = MetaTypeElementUtil.CreateNameForExplicitImplementation(sourceType, name);
     if (setter != null)
     {
         setter.SwitchToExplicitImplementation();
     }
     if (getter != null)
     {
         getter.SwitchToExplicitImplementation();
     }
 }
Пример #2
0
 internal override void SwitchToExplicitImplementation()
 {
     name = MetaTypeElementUtil.CreateNameForExplicitImplementation(sourceType, name);
     adder.SwitchToExplicitImplementation();
     remover.SwitchToExplicitImplementation();
 }