Table of Contents

Class GeneratePropertiesArgs

Namespace
SunamoDevCode.Args
Assembly
SunamoDevCode.dll

EN: Arguments for generating properties CZ: Argumenty pro generování properties

public class GeneratePropertiesArgs
Inheritance
GeneratePropertiesArgs
Inherited Members
Extension Methods

Properties

AllStrings

EN: Whether all items should be strings CZ: Zda všechny položky mají být stringy

public bool AllStrings { get; set; }

Property Value

bool

Input

EN: Input list of strings CZ: Vstupní seznam stringů

public List<string> Input { get; set; }

Property Value

List<string>