C# 클래스 Project.Web.App.Extensions.EnumerableStringExtensions

파일 보기 프로젝트 열기: tylermercier/mvc_template

공개 메소드들

메소드 설명
ToJoinedString ( this strings, string separator = ", " ) : string

메소드 상세

ToJoinedString() 공개 정적인 메소드

public static ToJoinedString ( this strings, string separator = ", " ) : string
strings this
separator string
리턴 string