Exemplo n.º 1
0
 internal static bool __IsEmpty(IRadarSearchListenerImplementor value)
 {
     return(value.OnGetClearInfoStateHandler == null && value.OnGetNearbyInfoListHandler == null && value.OnGetUploadStateHandler == null);
 }
		internal static bool __IsEmpty (IRadarSearchListenerImplementor value)
		{
			return value.OnGetClearInfoStateHandler == null && value.OnGetNearbyInfoListHandler == null && value.OnGetUploadStateHandler == null;
		}