konne / RserveCLI2

A fork of RServeCLI
Other
30 stars 21 forks source link

SexpTaggedList.TryGetValue not implemented #38

Closed atifaziz closed 9 years ago

atifaziz commented 9 years ago

SexpTaggedList implements dictionary-like methods such as ContainsKey and key indexer but throws NotImplementedException for TryGetValue. For sake of consistency TryGetValue should be implemented.

atifaziz commented 9 years ago

Just to avoid confusion, please ignore 24fae10b5f4e80c623a94ad833cf8fb3ac130bcf. Pulling on PR #39 will only bring in 0ddd665e58332f13c448d5ce0325e8661297d971 that is a squash of 3 local commits post pushing 24fae10b5f4e80c623a94ad833cf8fb3ac130bcf to my fork.