Skip to content

Replace ValidateSymbolResult delegate with Action<T> #1944

Closed
@jonsequitur

Description

@jonsequitur
    // See above for guidelines on naming delegates.
    // And that you shouldn't define new delegates unless you need to. (just be Action<SymbolResult>)
    public delegate void ValidateSymbolResult<in T>(T symbolResult) where T : SymbolResult;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions