You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SexpTaggedList implements dictionary-like methods such as ContainsKey and key indexer but throws NotImplementedException for TryGetValue. For sake of consistency TryGetValue should be implemented.
The text was updated successfully, but these errors were encountered:
atifaziz
added a commit
to atifaziz/RserveCLI2
that referenced
this issue
Sep 9, 2015
Just to avoid confusion, please ignore 24fae10. Pulling on PR #39 will only bring in 0ddd665 that is a squash of 3 local commits post pushing 24fae10 to my fork.
SexpTaggedList
implements dictionary-like methods such asContainsKey
and key indexer but throwsNotImplementedException
forTryGetValue
. For sake of consistencyTryGetValue
should be implemented.The text was updated successfully, but these errors were encountered: