ISettingsProvider

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public interface ISettingsProvider<out T>

Metadata

Namespace: GridPlacement.Core.Interfaces

Source File: cs/Core/Interfaces/ISettingsProvider.cs

Assembly: GridPlacement.Core

Type: interface

Methods

GetSettings

1
T GetSettings()