Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

[dynamo] #788

Open
Open
@stephen-hawley

Description

@stephen-hawley

CSSimpleType has a number of public static accessors for common types that are in the form:

public static CSSimpleType SomeType { get { return tSomeType; } }

these can all be changed to:

public static CSSimpleType SomeType => tSomeType;

It's just neater.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions