RFA .NET Creates a clone of the PrincipalIdentity object. To be used through ICloneable.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public virtual Object InterfaceClone() |
Visual Basic |
---|
Public Overridable Function InterfaceClone As Object |
Visual C++ |
---|
public:
virtual Object^ InterfaceClone() |
F# |
---|
abstract InterfaceClone : unit -> Object
override InterfaceClone : unit -> Object |
Return Value
A new
Object type.
Implements
ICloneable..::..Clone()()()()
See Also