Message in Korean (한국어)
더하기 연산자를 사용하는 것은 문자열을 연결하는 효과적인 방법이 아닙니다. 대신 System.Text.StringBuilder를 사용하십시오.
Unlocalized message
The plus operator is a slow way to concatenate strings. Consider using System.Text.StringBuilder instead
Search by Google