ParameterInfo.DefaultValueImpl Campo

Definizione

Valore predefinito del parametro.

protected: System::Object ^ DefaultValueImpl;
protected object? DefaultValueImpl;
protected object DefaultValueImpl;
val mutable DefaultValueImpl : obj
Protected DefaultValueImpl As Object 

Valore del campo

Object

Commenti

Questo campo è destinato solo agli utenti che derivano classi da ParameterInfo .

L'accesso tipico al valore predefinito del parametro è tramite DefaultValue .

Si applica a