xamarin / binding-tools-for-swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[dynamo]

stephen-hawley opened this issue · comments

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.