GoogleAdMobAds.GADCustomEventInterstitial.EnsureGADCustomEventInterstitialDelegate C# (CSharp) Метод

EnsureGADCustomEventInterstitialDelegate() приватный Метод

private EnsureGADCustomEventInterstitialDelegate ( ) : _GADCustomEventInterstitialDelegate
Результат _GADCustomEventInterstitialDelegate
		_GADCustomEventInterstitialDelegate EnsureGADCustomEventInterstitialDelegate ()
		{
			var del = WeakDelegate;
			if (del == null || (!(del is _GADCustomEventInterstitialDelegate))){
				del = new _GADCustomEventInterstitialDelegate ();
				WeakDelegate = del;
			}
			return (_GADCustomEventInterstitialDelegate) del;
		}