Merge branch 'master' of https://github.com/unitycontainer/configuration
This commit is contained in:
Коммит
c4ce8cb8f3
|
@ -92,7 +92,7 @@ namespace Microsoft.Practices.Unity.TestSupport
|
|||
private static string Reverse(IEnumerable<char> s)
|
||||
{
|
||||
var chars = new Stack<char>(s);
|
||||
return chars.JoinStrings(String.Empty);
|
||||
return string.Join( String.Empty, chars);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче