C# Class Schumix.Framework.Options.StringCoda

Afficher le fichier Open project: Schumix/Schumix2 Class Usage Examples

Méthodes publiques

Méthode Description
WrappedLines ( string self ) : IEnumerable
WrappedLines ( string self, IEnumerable widths ) : IEnumerable

Private Methods

Méthode 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 méthode

public static WrappedLines ( string self ) : IEnumerable
self string
Résultat IEnumerable

WrappedLines() public static méthode

public static WrappedLines ( string self, IEnumerable widths ) : IEnumerable
self string
widths IEnumerable
Résultat IEnumerable