mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-24 12:06:27 +00:00
7 lines
144 B
C#
7 lines
144 B
C#
namespace System.Configuration;
|
|
|
|
public interface ILiveUpdateableOptions<T> : ILiveOptions<T>, IUpdateableOptions<T>
|
|
where T : class
|
|
{
|
|
}
|