'Declaration
Public Function New( _ ByVal literalOperand As UALiteralOperand _ )
'Usage
Dim literalOperand As UALiteralOperand Dim instance As New UALiteralOperand(literalOperand)
public UALiteralOperand( UALiteralOperand literalOperand )
public: UALiteralOperand( UALiteralOperand^ literalOperand )
Parameters
- literalOperand
- Literal operand object to copy from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).