CompressedStack.CreateCopy Method

Definition

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