INSMutableCopying.MutableCopy(NSZone) Method

Definition

[Foundation.Export("mutableCopyWithZone:")]
[Foundation.Preserve(Conditional=true)]
public Foundation.NSObject MutableCopy (Foundation.NSZone zone);
abstract member MutableCopy : Foundation.NSZone -> Foundation.NSObject

Parameters

zone
NSZone

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

Returns

Attributes

Applies to