Show / Hide Table of Contents

Interface IConfigurationService<TConfiguration>

Namespace: Libplanet.Extensions.Cocona.Services
Assembly: Libplanet.Extensions.Cocona.dll
Syntax
public interface IConfigurationService<TConfiguration>
Type Parameters
Name Description
TConfiguration

Methods

| Improve this Doc View Source

Load()

Declaration
TConfiguration Load()
Returns
Type Description
TConfiguration
| Improve this Doc View Source

Store(TConfiguration)

Declaration
void Store(TConfiguration configuration)
Parameters
Type Name Description
TConfiguration configuration
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium