DynamicKeyword.Copy 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.
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.