DeclarationBuilder.WithDefaultValue(System.IConvertible)

Method in DeclarationBuilder

Summary

Sets the DefaultValue of the Declaration .

public DeclarationBuilder WithDefaultValue(System.IConvertible defaultValue)

Parameters

NameDescription
System.IConvertible defaultValueThe default value to apply to the Declaration.

Returns

The DeclarationBuilder instance that received this method call.