C# 클래스 Schumix.Framework.Options.StringCoda

파일 보기 프로젝트 열기: Schumix/Schumix2 1 사용 예제들

공개 메소드들

메소드 설명
WrappedLines ( string self ) : IEnumerable
WrappedLines ( string self, IEnumerable widths ) : IEnumerable

비공개 메소드들

메소드 설명
CreateWrappedLinesIterator ( string self, IEnumerable widths ) : IEnumerable
GetLineEnd ( int start, int length, string description ) : int
GetNextWidth ( IEnumerator ewidths, int curWidth, bool &eValid ) : int
IsEolChar ( char c ) : bool

메소드 상세

WrappedLines() 공개 정적인 메소드

public static WrappedLines ( string self ) : IEnumerable
self string
리턴 IEnumerable

WrappedLines() 공개 정적인 메소드

public static WrappedLines ( string self, IEnumerable widths ) : IEnumerable
self string
widths IEnumerable
리턴 IEnumerable