internal static bool __IsEmpty (IOnSleepListenerImplementor value)
			{
				return value.Handler == null;
			}
 internal static bool __IsEmpty(IOnSleepListenerImplementor value)
 {
     return(value.Handler == null);
 }