Table of Contents

Class GetLinesArgs

Namespace
SunamoStringGetLines.SunamoArgs
Assembly
SunamoStringGetLines.dll

Provides configuration arguments for the GetLines method.

public class GetLinesArgs
Inheritance
GetLinesArgs
Inherited Members
Extension Methods

Properties

IsRemovingEmptyOrWhitespaceLines

Gets or sets a value indicating whether empty or whitespace-only lines should be removed from the result.

public bool IsRemovingEmptyOrWhitespaceLines { get; set; }

Property Value

bool