C# Class Schumix.Framework.Options.StringCoda

Show file Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
WrappedLines ( string self ) : IEnumerable
WrappedLines ( string self, IEnumerable widths ) : IEnumerable

Private Methods

Method Description
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

Method Details

WrappedLines() public static method

public static WrappedLines ( string self ) : IEnumerable
self string
return IEnumerable

WrappedLines() public static method

public static WrappedLines ( string self, IEnumerable widths ) : IEnumerable
self string
widths IEnumerable
return IEnumerable