コード例 #1
0
 internal static bool __IsEmpty(IOnMapHitListenerImplementor value)
 {
     return(value.Handler == null);
 }
		internal static bool __IsEmpty (IOnMapHitListenerImplementor value)
		{
			return value.Handler == null;
		}