Closed atifaziz closed 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.
SexpTaggedList
implements dictionary-like methods such asContainsKey
and key indexer but throwsNotImplementedException
forTryGetValue
. For sake of consistencyTryGetValue
should be implemented.