PlatformConfiguration Class

Definition

Generic configuration blob for a specific platform.

public sealed record PlatformConfiguration(IReadOnlyCollection<string> Formats, IReadOnlyDictionary<string, string> Properties) : IEquatable<PlatformConfiguration>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (2)