MonobjcMonobjc Documented Class Library
MutableCopyWithZone Method (zone)
NamespacesMonobjc.FoundationINSMutableCopyingMutableCopyWithZone(IntPtr)

Returns a new instance that’s a mutable copy of the receiver. (required)

Original signature is '- (id)mutableCopyWithZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
Id MutableCopyWithZone(
	IntPtr zone
)
Function MutableCopyWithZone ( _
	zone As IntPtr _
) As Id
Id^ MutableCopyWithZone(
	IntPtr zone
)
Parameters
zone (IntPtr)
The zone from which memory is allocated for the new instance. If zone is NULL, the new instance is allocated from the default zone, which is returned by NSDefaultMallocZone.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.INSMutableCopying.MutableCopyWithZone(System.IntPtr)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)