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
This would allow us to enumerate the entire collection with an API equivalent to enumerating an IDictionary<string, IEnumerable<WebLink>>. At its most optimal, it can be implemented in a way that only allocates an enumerator.
The text was updated successfully, but these errors were encountered:
I would like to be able to enumerate all the links on a
ILinkCollection
, with their relations.I would propose the following API
This would allow us to enumerate the entire collection with an API equivalent to enumerating an
IDictionary<string, IEnumerable<WebLink>>
. At its most optimal, it can be implemented in a way that only allocates an enumerator.The text was updated successfully, but these errors were encountered: