CompressedStack.CreateCopy Méthode

Définition

Crée une copie de la pile compressée actuelle.

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

Retours

Objet CompressedStack représentant la pile compressée actuelle.

Attributs

Remarques

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

S’applique à