C# Class ElasticsearchInside.CommandLine.FormattedArgumentAttribute

Inheritance: System.Attribute
ファイルを表示 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