internal static bool __IsEmpty (ILocationSourceOnLocationChangedListenerImplementor value)
		{
			return value.Handler == null;
		}
Beispiel #2
0
 internal static bool __IsEmpty(ILocationSourceOnLocationChangedListenerImplementor value)
 {
     return(value.Handler == null);
 }