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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.