Skip to content

Rename getDefaultValue parameter to defaultValueFactory #1894

Closed
@jonsequitur

Description

@jonsequitur
        // Feels like `defaultValueFactory` is a better name for the parameter, given the method name.
        public void SetDefaultValueFactory(Func<object> getDefaultValue);
        public void SetDefaultValueFactory(Func<ArgumentResult,object> getDefaultValue);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions