IStore<T> 接口

定义

public interface IStore<T>
type IStore<'T> = interface
Public Interface IStore(Of T)

类型参数

T
派生

方法

Flush()
Reset()
Save(T)
TryLoad(T)

适用于