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

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

private GADCustomEventInterstitial ( NSCoder coder ) : System
coder NSCoder
Результат System
		public GADCustomEventInterstitial (NSCoder coder) : base (NSObjectFlag.Empty)
		{
			IsDirectBinding = GetType ().Assembly == global::ApiDefinition.Messaging.this_assembly;
			if (IsDirectBinding) {
				Handle = MonoTouch.ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.InitWithCoder, coder.Handle);
			} else {
				Handle = MonoTouch.ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.InitWithCoder, coder.Handle);
			}
		}

Same methods

GADCustomEventInterstitial::GADCustomEventInterstitial ( ) : System
GADCustomEventInterstitial::GADCustomEventInterstitial ( IntPtr handle ) : System
GADCustomEventInterstitial::GADCustomEventInterstitial ( NSObjectFlag t ) : System