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
字段值
注解
此字段仅适用于从派生类的用户 ParameterInfo 。This field is intended only for users who are deriving classes from ParameterInfo.
对参数的默认值的典型访问通过 DefaultValue 。Typical access to the default value of the parameter is through DefaultValue.