Skip to content

Suggestion. Make it one liner. #30

@Bartmax

Description

@Bartmax

Instead of

if (param == null) 
{
     throw new ArgumentNullException(nameof(param));
}

I like this better:

if (param == null) throw new ArgumentNullException(nameof(param));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions