RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Creates a string with a copy of a given contents.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public RFA_WString( RFA_WString other ) |
Visual Basic |
---|
Public Sub New ( _ other As RFA_WString _ ) |
Visual C++ |
---|
public: RFA_WString( RFA_WString^ other ) |
F# |
---|
new : other:RFA_WString -> RFA_WString |
Parameters
- other
- Type: ThomsonReuters.RFA.Common..::..RFA_WString
Other RFA_WString to copy from.