QuickOPC User's Guide and Reference
Clone Method (XmlQualifiedName2)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Xml Namespace > XmlQualifiedName2 Class : Clone Method
Syntax
'Declaration
 
Public Overridable Shadows Function Clone() As Object
'Usage
 
Dim instance As XmlQualifiedName2
Dim value As Object
 
value = instance.Clone()
public virtual new object Clone()
public:
virtual new Object^ Clone(); 
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also