PersistenceKeyValuePair(String, IEnumerableByte) Constructor |
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public PersistenceKeyValuePair(
string key,
IEnumerable<byte> value
)
Public Sub New (
key As String,
value As IEnumerable(Of Byte)
)
Dim key As String
Dim value As IEnumerable(Of Byte)
Dim instance As New PersistenceKeyValuePair(key, value)
Parameters
- key String
- The key.
- value IEnumerableByte
- The value.
Remarks The numeric value is written in round-trip format into the value field.
See Also