IStore<T> 인터페이스

정의

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

형식 매개 변수

T
파생

메서드

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

적용 대상