RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Copy Constructor.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public ElementListDef( ElementListDef other ) |
Visual Basic |
---|
Public Sub New ( _ other As ElementListDef _ ) |
Visual C++ |
---|
public: ElementListDef( ElementListDef^ other ) |
F# |
---|
new : other:ElementListDef -> ElementListDef |
Parameters
- other
- Type: ThomsonReuters.RFA.Data..::..ElementListDef
Other ElementListDef to copy from.
Exceptions
Exception | Condition |
---|---|
System..::..NullReferenceException | Null reference. |