BaseExtendedParameters.IsEmpty

BaseExtendedParameters.IsEmpty property

Tests whether all parameters has only default values

public bool IsEmpty { get; }

Property Value

Returns true if all parameters has only default values; otherwise, false.

See Also