SimpleObjectMemory(Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SimpleObjectMemory class. This wraps a simple object as IMemory.
public SimpleObjectMemory (object memory);
new AdaptiveExpressions.Memory.SimpleObjectMemory : obj -> AdaptiveExpressions.Memory.SimpleObjectMemory
Public Sub New (memory As Object)
Parameters
- memory
- Object
The object to wrap.