Any.CopyFrom 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.
Overloads
| Name | Description |
|---|---|
| CopyFrom(IDictionary) |
Copies entries from an untyped IDictionary (e.g. a PowerShell Hashtable). |
| CopyFrom(PSObject) |
Copies entries from a PSObject. |
CopyFrom(IDictionary)
Copies entries from an untyped IDictionary (e.g. a PowerShell Hashtable).
public void CopyFrom(System.Collections.IDictionary source);
member this.CopyFrom : System.Collections.IDictionary -> unit
Public Sub CopyFrom (source As IDictionary)
Parameters
- source
- IDictionary