Class Snapshot
- Namespace
- Dynamicweb.Environment
- Assembly
- Dynamicweb.Environment.dll
Readonly Snapshot that stores key/value pairs. This class cannot be inherited.
public sealed class Snapshot
- Inheritance
-
Snapshot
- Inherited Members
Constructors
Snapshot(IEnumerable<KeyValuePair<string, object>>)
Initializes a new instance of the Snapshot class.
public Snapshot(IEnumerable<KeyValuePair<string, object>> snapshotValues)
Parameters
snapshotValues
IEnumerable<KeyValuePair<string, object>>- The snapshot values.
- See Also
-
Dictionary<TKey, TValue>
Methods
GetValue(string)
Gets the value.
public object GetValue(string key)
Parameters
key
string- The key.
Returns
- object
- System.Object.
- See Also
-
Dictionary<TKey, TValue>
See Also
Dictionary<TKey, TValue>