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