Interface INamedProfiles<T>
Allows a Config class to have profiles.
Namespace: Acoustics.Shared.ConfigFile
Assembly: Acoustics.Shared.dll
Syntax
public interface INamedProfiles<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of each expected profile. |
Properties
| Improve this Doc View SourceProfiles
Gets a collection of named profiles that allow for variable and configurable algorithms to be used.
Declaration
Dictionary<string, T> Profiles { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<String, T> |