NSArray.MutableCopy(NSZone) Method

Definition

Performs a copy of the underlying Objective-C object.

C#
[Foundation.Export("mutableCopyWithZone:")]
public virtual Foundation.NSObject MutableCopy (Foundation.NSZone zone);

Parameters

zone
NSZone

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

Returns

This method performs a copy of the underlying Objective-C object state and returns a new instance of it. It does not actually try to replicate any managed state.

Implements

Attributes

Remarks

Implementation of the INSCopyable interface.

Applies to

Proizvod Verzije
Xamarin.Mac SDK 14