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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.