Share via


DynamicKeyword.Copy Method

Definition

Duplicates the DynamicKeyword.

public:
 System::Management::Automation::Language::DynamicKeyword ^ Copy();
public System.Management.Automation.Language.DynamicKeyword Copy ();
member this.Copy : unit -> System.Management.Automation.Language.DynamicKeyword
Public Function Copy () As DynamicKeyword

Returns

A copy of the DynamicKeyword.

Applies to