C# 클래스 Rolcore.Collections.Generic.IEnumerableExtensions

Extension methods for IEnumerable{}
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
Combine ( this strings, string prepend, string append, string itemPrepend, string itemAppend ) : string

Combines the specified strings.

메소드 상세

Combine() 공개 정적인 메소드

Combines the specified strings.
public static Combine ( this strings, string prepend, string append, string itemPrepend, string itemAppend ) : string
strings this The strings to combine.
prepend string The value to prepend to the combined value.
append string The value to append to the combined value.
itemPrepend string The value to prepend before each item in the combined value.
itemAppend string The value to append after each item in the combined value.
리턴 string