[dynamo]
stephen-hawley opened this issue · 0 comments
stephen-hawley commented
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.