Click or drag to resize

OperationResultGetDataCopy Method

Generates a new instance of OperationResult with the same values.

Note : if the tag is a pointed object, the two OperationResult will reference the same object in memory.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public OperationResultData GetDataCopy()

Return Value

Type: OperationResultData
See Also