コード例 #1
0
 /// <summary>
 ///   Replaces the Keyword in the given <paramref name="objectPath" /> list.
 /// </summary>
 /// <param name="objectPath"> The objectPath entries where Keyword should be replaced. </param>
 public void ReplaceIn(IObjectPath objectPath)
 {
     objectPath.Replace(_keyword, _replacingPath);
 }
コード例 #2
0
 private void renameObjectPath(IObjectPath objectPath)
 {
     objectPath.Replace(_oldName, _newName);
 }