Files
SystemExtensions/SystemExtensions.NetStandard.DependencyInjection/Configuration/ILiveUpdateableOptions.cs
T
amacocian e6a06915cd Improve IHttpClient factories (#20)
Codestyle fixes
Setup CODEOWNERS
Setup dependabot
2022-09-06 15:49:07 +02:00

7 lines
144 B
C#

namespace System.Configuration;
public interface ILiveUpdateableOptions<T> : ILiveOptions<T>, IUpdateableOptions<T>
where T : class
{
}