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.