Share via


SimpleObjectMemory(Object) Constructor

Definition

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.

Applies to