braintree / braintree_dotnet

Braintree .NET library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
136 stars 73 forks source link

Common Language Syntax improvements #111

Closed srs6814 closed 3 years ago

srs6814 commented 3 years ago

Summary

This PR has some common language Improvements: 1) Use Lambda Expression 2) Use String Interpolation 3) Use Object Initializer 4) Use Auto Property

Checklist

hollabaq86 commented 3 years ago

👋 @srs6814 thanks for the PR! Would you mind breaking this up into smaller pieces so that each of these points is its own PR?

Use Lambda Expression
Use String Interpolation
Use Object Initializer
Use Auto Property

This will help us review and merge your work more quickly.

srs6814 commented 3 years ago

👋 @srs6814 thanks for the PR! Would you mind breaking this up into smaller pieces so that each of these points is its own PR?

Use Lambda Expression
Use String Interpolation
Use Object Initializer
Use Auto Property

This will help us review and merge your work more quickly.

Sure will do :) Closing this PR