Argument.GetDefaultValue Method

Definition

Gets the default value for the argument.

public:
 virtual System::Object ^ GetDefaultValue();
public object? GetDefaultValue ();
abstract member GetDefaultValue : unit -> obj
override this.GetDefaultValue : unit -> obj
Public Function GetDefaultValue () As Object

Returns

Returns the default value for the argument, if defined. Null otherwise.

Implements

Applies to