MemoryFactory.Create(Object) 方法

定义

获取对象的相应 IMemory 实现。

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

参数

obj
Object

公共对象。

返回

IMemory。

适用于