CompressedStack.CreateCopy Méthode

Définition

Crée une copie de la pile compressée en cours.

public:
 System::Threading::CompressedStack ^ CreateCopy();
public System.Threading.CompressedStack CreateCopy ();
[System.Runtime.InteropServices.ComVisible(false)]
public System.Threading.CompressedStack CreateCopy ();
member this.CreateCopy : unit -> System.Threading.CompressedStack
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CreateCopy : unit -> System.Threading.CompressedStack
Public Function CreateCopy () As CompressedStack

Retours

Objet CompressedStack représentant la pile compressée en cours.

Attributs

Remarques

Cette méthode est utile pour créer une copie de la pile compressée actuelle à appliquer à un autre thread.

S’applique à