Skip to content

Commit e5ffddb

Browse files
committed
#48 Configure method summaries
1 parent 7af41f1 commit e5ffddb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Neomaster.JsonToLinq/Application/JsonLinq.Config.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ namespace Neomaster.JsonToLinq;
55

66
public static partial class JsonLinq
77
{
8+
/// <summary>
9+
/// Restores the default options.
10+
/// </summary>
811
public static void RestoreDefaultOptions()
912
{
1013
Options.Default = null;
1114
}
1215

16+
/// <summary>
17+
/// Applies custom options as the default.
18+
/// </summary>
19+
/// <param name="setOptions">Sets custom options as the default.</param>
1320
public static void Configure(Action<ExpressionParsingOptions> setOptions)
1421
{
1522
Options.Default = new();

0 commit comments

Comments
 (0)