Table of Contents

Class WriteListArgs

Namespace
SunamoCl.Args
Assembly
SunamoCl.dll

Arguments for configuring list output formatting

public class WriteListArgs
Inheritance
WriteListArgs
Inherited Members
Extension Methods

Properties

ShouldWriteNumber

Whether to write line numbers before each item

public bool ShouldWriteNumber { get; set; }

Property Value

bool

WrapInto

String to wrap each list item into

public string WrapInto { get; set; }

Property Value

string