'Declaration
Public Function New( _ ByVal simpleAttributeOperandCollection As UASimpleAttributeOperandCollection _ )
'Usage
Dim simpleAttributeOperandCollection As UASimpleAttributeOperandCollection Dim instance As New UASimpleAttributeOperandCollection(simpleAttributeOperandCollection)
public UASimpleAttributeOperandCollection( UASimpleAttributeOperandCollection simpleAttributeOperandCollection )
public: UASimpleAttributeOperandCollection( UASimpleAttributeOperandCollection^ simpleAttributeOperandCollection )
Parameters
- simpleAttributeOperandCollection
- The simple attribute operand collection to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).