In This Topic
Creates an exact copy of the current
PairChar.
Syntax
'Declaration
Public Function Clone() As Object
'Usage
Dim instance As PairChar
Dim value As Object
value = instance.Clone()
Return Value
A
System.Object that represents the cloned
PairChar.
See Also