-
Couldn't load subscription status.
- Fork 1.6k
add missing examples for the EnumerateFiles method #11781
New issue
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
add missing examples for the EnumerateFiles method #11781
Conversation
|
I'm going to change the type names so it compiles. |
|
Hi @gewarren, is there anything else to do with this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @StuartMosquera! This looks great. I know the existing remarks use leading whitespace, but that's unintentional and unnecessary.
|
Thanks for the feedback! |
Summary
EnumerateFilesmethod using theEnumerationOptionsparameter for C#, F#, and VB.NET.Fixes #10817