Changed Array module Initialize to InitializeWithAppend

This commit is contained in:
Heath Volmer
2019-05-29 08:15:31 -06:00
parent ef489ab48e
commit 40b8ae6219

View File

@@ -44,8 +44,8 @@ namespace PepperDash.Core.JsonToSimpl
/// <param name="pathSuffix"></param>
/// <param name="searchPropertyName"></param>
/// <param name="searchPropertyValue"></param>
public void Initialize(string file, string key, string pathPrefix, string pathAppend, string pathSuffix,
string searchPropertyName, string searchPropertyValue)
public void InitializeWithAppend(string file, string key, string pathPrefix, string pathAppend,
string pathSuffix, string searchPropertyName, string searchPropertyValue)
{
base.Initialize(file, key, pathPrefix, pathSuffix);
SearchPropertyName = searchPropertyName;