Share via


AVAssetDownloadStorageManagementPolicy.MutableCopy(NSZone) Method

Definition

[Foundation.Export("mutableCopyWithZone:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject MutableCopy(Foundation.NSZone? zone);
[<Foundation.Export("mutableCopyWithZone:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.MutableCopy : Foundation.NSZone -> Foundation.NSObject

Parameters

zone
NSZone

Zone to use to allocate this object, or null to use the default zone.

Returns

Implements

Attributes

Applies to