C# Class NConsoler.OptionalAttribute

Marks an Action method parameter as optional
Inheritance: ParameterAttribute
Mostrar archivo Open project: esbencarlsen/NCrawler Class Usage Examples

Public Methods

Method Description
OptionalAttribute ( object defaultValue ) : System

Method Details

OptionalAttribute() public method

public OptionalAttribute ( object defaultValue ) : System
defaultValue object Default value if client doesn't pass this value
return System