C# Class ElasticsearchInside.CommandLine.BooleanArgumentAttribute

Inheritance: System.Attribute
Mostra file Open project: poulfoged/Elasticsearch-Inside

Public Methods

Method Description
BooleanArgumentAttribute ( string format, bool defaultValue = false ) : System

Method Details

BooleanArgumentAttribute() public method

public BooleanArgumentAttribute ( string format, bool defaultValue = false ) : System
format string
defaultValue bool
return System