Made reset method private

This commit is contained in:
Thorsten Sommer 2026-02-20 11:06:14 +01:00
parent 2dbcd0af21
commit a912f484fa
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -110,7 +110,7 @@ public record ConfigMeta<TClass, TValue> : ConfigMetaBase
/// <summary>
/// Resets the configuration property to its default value.
/// </summary>
public void Reset()
private void Reset()
{
var configInstance = this.ConfigSelection.Compile().Invoke(SETTINGS_MANAGER.ConfigurationData);
var memberExpression = this.PropertyExpression.GetMemberExpression();