MonobjcMonobjc Documented Class Library
Copy Method
NamespacesMonobjc.FoundationNSObjectCopy()()()()

Returns the object returned by copyWithZone:, where the zone is nil.

Original signature is '- (id)copy'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id Copy()
Public Overridable Function Copy As Id
public:
virtual Id^ Copy()
Return Value
The object returned by the NSCopying protocol method copyWithZone:, where the zone is nil.
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)