mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 21:32:15 +00:00
Made reset method private
This commit is contained in:
parent
2dbcd0af21
commit
a912f484fa
@ -110,7 +110,7 @@ public record ConfigMeta<TClass, TValue> : ConfigMetaBase
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Resets the configuration property to its default value.
|
/// Resets the configuration property to its default value.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void Reset()
|
private void Reset()
|
||||||
{
|
{
|
||||||
var configInstance = this.ConfigSelection.Compile().Invoke(SETTINGS_MANAGER.ConfigurationData);
|
var configInstance = this.ConfigSelection.Compile().Invoke(SETTINGS_MANAGER.ConfigurationData);
|
||||||
var memberExpression = this.PropertyExpression.GetMemberExpression();
|
var memberExpression = this.PropertyExpression.GetMemberExpression();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user