| LkData Constructor |
Linkar Framework for .NET and Core
Initializes a new instance of the LkData class.
Namespace: Linkar.LkDataAssembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax public LkData(
string opResult
)
Public Sub New (
opResult As String
)
public:
LkData(
String^ opResult
)
new :
opResult : string -> LkData
Parameters
- opResult String
- The string result of the operation execution.
See Also