Share via


UIViewController.DecodeRestorableState(NSCoder) Method

Definition

[Foundation.Export("decodeRestorableStateWithCoder:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DecodeRestorableState(Foundation.NSCoder coder);
[<Foundation.Export("decodeRestorableStateWithCoder:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecodeRestorableState : Foundation.NSCoder -> unit
override this.DecodeRestorableState : Foundation.NSCoder -> unit

Parameters

coder
NSCoder
Attributes

Applies to