| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As ExtensionObject Dim instance As New ExtensionObject(value) | |
| C# | |
|---|---|
public ExtensionObject( ExtensionObject value ) | |
Parameters
- value
- The value to be copied.
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when the value is null |
Creates a deep copy of the value.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x