CompressedStack.CreateCopy 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 copy of the current compressed stack.
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
Returns
A CompressedStack object representing the current compressed stack.
- Attributes
Remarks
This method is useful for creating a copy of the current compressed stack to apply to another thread.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.