NSObject.MutableCopy Método

Definición

Crea una copia mutable del NSObject especificado.

[Foundation.Export("mutableCopy")]
public virtual Foundation.NSObject MutableCopy ();
abstract member MutableCopy : unit -> Foundation.NSObject
override this.MutableCopy : unit -> Foundation.NSObject

Devoluciones

Atributos

Comentarios

Los objetos que implementan el protocolo NSMutableCopying serán una nueva instancia de la versión mutable del objeto. Por ejemplo, al llamar a MutableCopy en un NSCharacterSet, se devuelve un objeto NSMutableCharacterSet.

Los tipos que implementan el protocolo NSMutableCopying incluyen: , , , , AVMetadataItem, AVVideoComposition, NSAttributedStringAVVideoCompositionInstructionNSIndexSetNSDictionaryNSObjectNSArrayAVVideoCompositionLayerInstructionNSStringNSCharacterSetNSSetNSDatay .NSParagraphStyleNSUrlRequestSKPaymentAVCompositionAVAudioMixInputParametersAVAudioMix

Se aplica a