internal static bool __IsEmpty(IMessagingAdapterListenerImplementor value)
 {
     return(value.Handler == null);
 }
Ejemplo n.º 2
0
 internal static bool __IsEmpty(IMessagingAdapterListenerImplementor value)
 {
     return(true);
 }