次の方法で共有


IStore<T> インターフェイス

定義

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

型パラメーター

T
派生

メソッド

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

適用対象