mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-16 14:39:28 +00:00
8 lines
162 B
C#
8 lines
162 B
C#
namespace System.Configuration
|
|
{
|
|
public interface ILiveUpdateableOptions<T> : ILiveOptions<T>, IUpdateableOptions<T>
|
|
where T : class
|
|
{
|
|
}
|
|
}
|