Class SerializationEntry<T>
Serialized data identified by a key.
Namespace: i5.VirtualAgents.AgentTasks
Assembly: cs.temp.dll.dll
Syntax
public class SerializationEntry<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
SerializationEntry(String, T)
Declaration
public SerializationEntry(string key, T value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | key | |
| T | value |
Fields
Key
Declaration
public string Key
Field Value
| Type | Description |
|---|---|
| String |
Value
Declaration
public T Value
Field Value
| Type | Description |
|---|---|
| T |