Bewerken

CompressedStack.CreateCopy Method

Definition

Creates a copy of the current compressed stack.

public:
 System::Threading::CompressedStack ^ CreateCopy();
public System.Threading.CompressedStack CreateCopy();
member this.CreateCopy : unit -> System.Threading.CompressedStack
Public Function CreateCopy () As CompressedStack

Returns

A CompressedStack object representing the current compressed stack.

Remarks

This method is useful for creating a copy of the current compressed stack to apply to another thread.

Applies to