Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NConsoler
OptionalAttribute
C# Class NConsoler.OptionalAttribute
Marks an Action method parameter as optional
Inheritance:
ParameterAttribute
Exibir arquivo
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