INSMutableCopying.MutableCopy(NSZone) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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