5 lines
161 B
C#
5 lines
161 B
C#
namespace Toolkit.Foundation
|
|
{
|
|
public record Write<TConfiguration>(string Section, Action<TConfiguration> UpdateDelegate) where TConfiguration : class;
|
|
}
|