C# Class ElasticsearchInside.CommandLine.FormattedArgumentAttribute

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

Public Methods

Method Description
FormattedArgumentAttribute ( string argumentName, object defaultValue = null ) : System

Method Details

FormattedArgumentAttribute() public method

public FormattedArgumentAttribute ( string argumentName, object defaultValue = null ) : System
argumentName string
defaultValue object
return System