Skip to content

Replace ParseArgument<T> with Func<ArgumentResult, T> #1939

@jonsequitur

Description

@jonsequitur
    // "ParseArgument" doesn't feel like a delegate name.
    // Guidelines:
    //   * DO add the suffix “EventHandler” to names of delegates that are used in events.
    //   * DO add the suffix “Callback” to names of delegates other than those used as event handlers.
    //   * DO NOT add the suffix “Delegate” to a delegate.
    public delegate T ParseArgument<out T>(ArgumentResult result);
 

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions