BinderBase<T>.IValueDescriptor.GetDefaultValue Method

Definition

Gets the default value, if any.

 virtual System::Object ^ System.CommandLine.Binding.IValueDescriptor.GetDefaultValue() = System::CommandLine::Binding::IValueDescriptor::GetDefaultValue;
object? IValueDescriptor.GetDefaultValue ();
abstract member System.CommandLine.Binding.IValueDescriptor.GetDefaultValue : unit -> obj
override this.System.CommandLine.Binding.IValueDescriptor.GetDefaultValue : unit -> obj
Function GetDefaultValue () As Object Implements IValueDescriptor.GetDefaultValue

Returns

An object representing the default value.

Implements

Applies to