We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify if IEnumerable and / or support for foreach can be added for the following elements:
IEnumerable
foreach
Is it possible to implement custom generic variants of the mentioned types so they integrate seemlessly with linq and allow easy data access?
Depending on the type of list there could be multiple interfaces be relevant:
sample API:
The text was updated successfully, but these errors were encountered:
Maybe my earlier draft on GstIterator could help here: #157
Specifically Iterator.cs
Sorry, something went wrong.
No branches or pull requests
Verify if
IEnumerable
and / or support forforeach
can be added for the following elements:Is it possible to implement custom generic variants of the mentioned types so they integrate seemlessly with linq and allow easy data access?
Depending on the type of list there could be multiple interfaces be relevant:
sample API:
The text was updated successfully, but these errors were encountered: