共用方式為


IParameterSymbol.HasExplicitDefaultValue 屬性

定義

如果參數指定在未提供任何值做為呼叫引數時傳遞的預設值,則傳回 true。 您可以使用 屬性取得 ExplicitDefaultValue 預設值。

public:
 property bool HasExplicitDefaultValue { bool get(); };
public bool HasExplicitDefaultValue { get; }
member this.HasExplicitDefaultValue : bool
Public ReadOnly Property HasExplicitDefaultValue As Boolean

屬性值

適用於