ParameterInfo.DefaultValueImpl 字段

定义

参数的默认值。The default value of the parameter.

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

字段值

Object

注解

此字段仅适用于从派生类的用户 ParameterInfoThis field is intended only for users who are deriving classes from ParameterInfo.

对参数的默认值的典型访问通过 DefaultValueTypical access to the default value of the parameter is through DefaultValue.

适用于