Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use IList<T> instead of T[] for array properties #9

Closed
GinoCanessa opened this issue Jul 2, 2020 · 0 comments
Closed

Use IList<T> instead of T[] for array properties #9

GinoCanessa opened this issue Jul 2, 2020 · 0 comments
Labels
c# basic Specific to export of Language CSharpBasic

Comments

@GinoCanessa
Copy link
Contributor

I would suggest IList instead of T[] for collection properties for versatility. Also I presume it would be more efficient for deserialization since the value does not have to be "trimmed" to an array

Originally posted by @johnstairs in #2 (comment)

@GinoCanessa GinoCanessa added the c# basic Specific to export of Language CSharpBasic label Jul 2, 2020
GinoCanessa pushed a commit that referenced this issue Jun 4, 2021
…bone-naming

Changed naming of backbones within Statistic and Citation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c# basic Specific to export of Language CSharpBasic
Projects
None yet
Development

No branches or pull requests

1 participant