NSObject.MutableCopy 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.
Creates a mutable copy of the specified NSObject.
[Foundation.Export("mutableCopy")]
public virtual Foundation.NSObject MutableCopy ();
abstract member MutableCopy : unit -> Foundation.NSObject
override this.MutableCopy : unit -> Foundation.NSObject
Returns
- Attributes
Remarks
Objects that implement the NSMutableCopying protocol will a new instance of the mutable version of the object. For example calling MutableCopy on an NSCharacterSet returns an NSMutableCharacterSet.
Types that implement the NSMutableCopying protocol include: AVAudioMix, AVAudioMixInputParameters, AVComposition, AVMetadataItem, AVVideoComposition, AVVideoCompositionInstruction, AVVideoCompositionLayerInstruction, NSArray, NSAttributedString, NSCharacterSet, NSData, NSDictionary, NSIndexSet, NSObject, NSSet, NSString, NSUrlRequest, SKPayment and NSParagraphStyle.