Del via


MemoryFactory.Create(Object) Method

Definition

Get an appropriate IMemory implementation for an object.

public static AdaptiveExpressions.Memory.IMemory Create (object obj);
static member Create : obj -> AdaptiveExpressions.Memory.IMemory
Public Shared Function Create (obj As Object) As IMemory

Parameters

obj
Object

Common object.

Returns

IMemory.

Applies to