We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd5080 commit 46b14fbCopy full SHA for 46b14fb
Engine/Generic/Settings.cs
@@ -217,7 +217,7 @@ private List<string> GetData(object val, string key)
217
/// Sets the arguments for consumption by rules
218
/// </summary>
219
/// <param name="ruleArgs">A hashtable with rule names as keys</param>
220
- public Dictionary<string, Dictionary<string, object>> ConvertToRuleArgumentType(object ruleArguments)
+ private Dictionary<string, Dictionary<string, object>> ConvertToRuleArgumentType(object ruleArguments)
221
{
222
var ruleArgs = ruleArguments as Dictionary<string, object>;
223
if (ruleArgs == null)
0 commit comments