Share via


NSCoder.EncodeBycopyObject(NSObject) Method

Definition

[Foundation.Export("encodeBycopyObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EncodeBycopyObject(Foundation.NSObject? anObject);
[<Foundation.Export("encodeBycopyObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EncodeBycopyObject : Foundation.NSObject -> unit
override this.EncodeBycopyObject : Foundation.NSObject -> unit

Parameters

anObject
NSObject
Attributes

Applies to