Table of Contents

Interface IResourceProvider<TRes>

Namespace
Dassie.Extensions
Assembly
dc.dll

Defines a mechanism to define and override compiler resources, such as localization strings.

public interface IResourceProvider<TRes>

Type Parameters

TRes
Extension Methods

Properties

Culture

The culture of the resource provider.

string Culture { get; }

Property Value

string

Resources

The resources defined by the resource provider, stored as a dictionary with string keys.

Dictionary<string, TRes> Resources { get; }

Property Value

Dictionary<string, TRes>